Html Css Color HEX #01CFB2 Caribbean Green

📋 copy color: '#01CFB2'

red 1 ◦ green 207 ◦ blue 178

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

Shades of Caribbean Green #01CFB2

Tints of Caribbean Green #01CFB2

RGB

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

 GREEN value IS 207 (81.25% from 255) = 53.63%

 BLUE value IS 178 (69.92% from 255) = 46.11%

R = 0.26%
G = 53.63%
B = 46.11%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#01CFB2 (or 0x01CFB2) is known color: Caribbean Green. HEX triplet: 01, CF and B2. RGB value is (1,207,178). Sum of RGB (Red+Green+Blue) = 1+207+178=386 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 386); Green value is 207 (81.25% from 255 or 53.63% from 386); Blue value is 178 (69.92% from 255 or 46.11% from 386); Max value from RGB is 207 - color contains mainly: green. Hex color #01CFB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01CFB2 is #FE304D. Grayscale: #8E8E8E. Windows color (decimal): -16658510 or 11718401. OLE color: 11718401.

HSL color Cylindrical-coordinate representation of color #01CFB2: hue angle of 171.55º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CFB2 is Cyan = 1.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 207 178 -
CMYK 1.00 0 0.14 0.19
HSL 171.55º 0.99% 0.41% -
HSV(B) 171.55º 1% 0.81% -
XYZ 30.36 47.85 49.75 -
YUV 142.1 148.25 27.36 -
System Red Green Blue C M Y K H S L
Decimal 1 207 178 1.00 0 0.14 0.19 171.55 0.99 0.41
Hex 1 CF B2 64 0 E 13 AC 63 29
Octal 1 317 262 144 0 16 23 254 143 51
Binary 1 11001111 10110010 1100100 0 1110 10011 10101100 1100011 101001

Color Harmonies of #01CFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CFB2

Black with #01CFB2

Text Example


Text Example

White with #01CFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,207,178); }

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

background-color css

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

 a { background-color: rgb(1,207,178); }

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

border-color css

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

 span { border-color: rgb(1,207,178); }

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