Html Css Color HEX #01CFAF Caribbean Green

📋 copy color: '#01CFAF'

red 1 ◦ green 207 ◦ blue 175

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

Shades of Caribbean Green #01CFAF

Tints of Caribbean Green #01CFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.69%

R = 0.26%
G = 54.05%
B = 45.69%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#01CFAF (or 0x01CFAF) is known color: Caribbean Green. HEX triplet: 01, CF and AF. RGB value is (1,207,175). Sum of RGB (Red+Green+Blue) = 1+207+175=383 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 383); Green value is 207 (81.25% from 255 or 54.05% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 207 - color contains mainly: green. Hex color #01CFAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01CFAF is #FE3050. Grayscale: #8D8D8D. Windows color (decimal): -16658513 or 11521793. OLE color: 11521793.

HSL color Cylindrical-coordinate representation of color #01CFAF: hue angle of 170.68º 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 #01CFAF is Cyan = 1.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 207 175 -
CMYK 1.00 0 0.15 0.19
HSL 170.68º 0.99% 0.41% -
HSV(B) 170.68º 1% 0.81% -
XYZ 30.06 47.73 48.19 -
YUV 141.76 146.75 27.6 -
System Red Green Blue C M Y K H S L
Decimal 1 207 175 1.00 0 0.15 0.19 170.68 0.99 0.41
Hex 1 CF AF 64 0 F 13 AB 63 29
Octal 1 317 257 144 0 17 23 253 143 51
Binary 1 11001111 10101111 1100100 0 1111 10011 10101011 1100011 101001

Color Harmonies of #01CFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CFAF

Black with #01CFAF

Text Example


Text Example

White with #01CFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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