Html Css Color HEX #05CFAB Caribbean Green

📋 copy color: '#05CFAB'

red 5 ◦ green 207 ◦ blue 171

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

Shades of Caribbean Green #05CFAB

Tints of Caribbean Green #05CFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.65%

R = 1.31%
G = 54.05%
B = 44.65%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#05CFAB (or 0x05CFAB) is known color: Caribbean Green. HEX triplet: 05, CF and AB. RGB value is (5,207,171). Sum of RGB (Red+Green+Blue) = 5+207+171=383 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 383); Green value is 207 (81.25% from 255 or 54.05% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 207 - color contains mainly: green. Hex color #05CFAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CFAB is #FA3054. Grayscale: #8E8E8E. Windows color (decimal): -16396373 or 11259653. OLE color: 11259653.

HSL color Cylindrical-coordinate representation of color #05CFAB: hue angle of 169.31º 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 #05CFAB is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 207 171 -
CMYK 0.98 0 0.17 0.19
HSL 169.31º 0.95% 0.42% -
HSV(B) 169.31º 0.98% 0.81% -
XYZ 29.73 47.6 46.15 -
YUV 142.5 144.08 29.93 -
System Red Green Blue C M Y K H S L
Decimal 5 207 171 0.98 0 0.17 0.19 169.31 0.95 0.42
Hex 5 CF AB 62 0 11 13 A9 5F 2A
Octal 5 317 253 142 0 21 23 251 137 52
Binary 101 11001111 10101011 1100010 0 10001 10011 10101001 1011111 101010

Color Harmonies of #05CFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CFAB

Black with #05CFAB

Text Example


Text Example

White with #05CFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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