Html Css Color HEX #05CEAB Caribbean Green

📋 copy color: '#05CEAB'

red 5 ◦ green 206 ◦ blue 171

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

Shades of Caribbean Green #05CEAB

Tints of Caribbean Green #05CEAB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.93%

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

R = 1.31%
G = 53.93%
B = 44.76%

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

#05CEAB (or 0x05CEAB) is known color: Caribbean Green. HEX triplet: 05, CE and AB. RGB value is (5,206,171). Sum of RGB (Red+Green+Blue) = 5+206+171=382 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 382); Green value is 206 (80.86% from 255 or 53.93% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 206 - color contains mainly: green. Hex color #05CEAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CEAB is #FA3154. Grayscale: #8D8D8D. Windows color (decimal): -16396629 or 11259397. OLE color: 11259397.

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

Color convert

RGB 5 206 171 -
CMYK 0.98 0 0.17 0.19
HSL 169.55º 0.95% 0.41% -
HSV(B) 169.55º 0.98% 0.81% -
XYZ 29.48 47.12 46.07 -
YUV 141.91 144.41 30.35 -
System Red Green Blue C M Y K H S L
Decimal 5 206 171 0.98 0 0.17 0.19 169.55 0.95 0.41
Hex 5 CE AB 62 0 11 13 AA 5F 29
Octal 5 316 253 142 0 21 23 252 137 51
Binary 101 11001110 10101011 1100010 0 10001 10011 10101010 1011111 101001

Color Harmonies of #05CEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CEAB

Black with #05CEAB

Text Example


Text Example

White with #05CEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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