Html Css Color HEX #01B995 Caribbean Green

📋 copy color: '#01B995'

red 1 ◦ green 185 ◦ blue 149

#01B995
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #01B995

Tints of Caribbean Green #01B995

RGB

 RED value IS 1 (0.78% from 255) = 0.3%

 GREEN value IS 185 (72.66% from 255) = 55.22%

 BLUE value IS 149 (58.59% from 255) = 44.48%

R = 0.3%
G = 55.22%
B = 44.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#01B995 (or 0x01B995) is known color: Caribbean Green. HEX triplet: 01, B9 and 95. RGB value is (1,185,149). Sum of RGB (Red+Green+Blue) = 1+185+149=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 185 (72.66% from 255 or 55.22% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 185 - color contains mainly: green. Hex color #01B995 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B995 is #FE466A. Grayscale: #7D7D7D. Windows color (decimal): -16664171 or 9812225. OLE color: 9812225.

HSL color Cylindrical-coordinate representation of color #01B995: hue angle of 168.26º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B995 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 185 149 -
CMYK 0.99 0 0.19 0.27
HSL 168.26º 0.99% 0.36% -
HSV(B) 168.26º 0.99% 0.73% -
XYZ 22.79 36.87 34.35 -
YUV 125.88 141.04 38.93 -
System Red Green Blue C M Y K H S L
Decimal 1 185 149 0.99 0 0.19 0.27 168.26 0.99 0.36
Hex 1 B9 95 63 0 13 1B A8 63 24
Octal 1 271 225 143 0 23 33 250 143 44
Binary 1 10111001 10010101 1100011 0 10011 11011 10101000 1100011 100100

Color Harmonies of #01B995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B995

Black with #01B995

Text Example


Text Example

White with #01B995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01B995; }

 p { color: rgb(1,185,149); }

 H1.HeaderClassName
 {
   color: #01B995;
 }
 .AnyTagClassName
 {
   color: #01B995;
 }
</style>

background-color css

<style>
 a { background-color: #01B995; }

 a { background-color: rgb(1,185,149); }

 div.DivClassName
 {
   background-color: #01B995;
 }
 .BgClassName
 {
   background-color: #01B995;
 }
</style>

border-color css

<style>
 span { border-color: #01B995; }

 span { border-color: rgb(1,185,149); }

 td.TdClassName
 {
   border-color: #01B995;
 }
 .TagClassName
 {
   border-color: #01B995;
 }
</style>