Html Css Color HEX #05CFAF Caribbean Green

📋 copy color: '#05CFAF'

red 5 ◦ green 207 ◦ blue 175

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

Shades of Caribbean Green #05CFAF

Tints of Caribbean Green #05CFAF

RGB

 RED value IS 5 (2.34% from 255) = 1.29%

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

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

R = 1.29%
G = 53.49%
B = 45.22%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#05CFAF (or 0x05CFAF) is known color: Caribbean Green. HEX triplet: 05, CF and AF. RGB value is (5,207,175). Sum of RGB (Red+Green+Blue) = 5+207+175=387 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 387); Green value is 207 (81.25% from 255 or 53.49% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 207 - color contains mainly: green. Hex color #05CFAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CFAF is #FA3050. Grayscale: #8E8E8E. Windows color (decimal): -16396369 or 11521797. OLE color: 11521797.

HSL color Cylindrical-coordinate representation of color #05CFAF: hue angle of 170.5º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CFAF is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 207 175 -
CMYK 0.98 0 0.15 0.19
HSL 170.5º 0.95% 0.42% -
HSV(B) 170.5º 0.98% 0.81% -
XYZ 30.11 47.75 48.19 -
YUV 142.95 146.08 29.6 -
System Red Green Blue C M Y K H S L
Decimal 5 207 175 0.98 0 0.15 0.19 170.5 0.95 0.42
Hex 5 CF AF 62 0 F 13 AA 5F 2A
Octal 5 317 257 142 0 17 23 252 137 52
Binary 101 11001111 10101111 1100010 0 1111 10011 10101010 1011111 101010

Color Harmonies of #05CFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CFAF

Black with #05CFAF

Text Example


Text Example

White with #05CFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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