Html Css Color HEX #05CBA4 Caribbean Green

📋 copy color: '#05CBA4'

red 5 ◦ green 203 ◦ blue 164

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

Shades of Caribbean Green #05CBA4

Tints of Caribbean Green #05CBA4

RGB

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

 GREEN value IS 203 (79.69% from 255) = 54.57%

 BLUE value IS 164 (64.45% from 255) = 44.09%

R = 1.34%
G = 54.57%
B = 44.09%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#05CBA4 (or 0x05CBA4) is known color: Caribbean Green. HEX triplet: 05, CB and A4. RGB value is (5,203,164). Sum of RGB (Red+Green+Blue) = 5+203+164=372 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 372); Green value is 203 (79.69% from 255 or 54.57% from 372); Blue value is 164 (64.45% from 255 or 44.09% from 372); Max value from RGB is 203 - color contains mainly: green. Hex color #05CBA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CBA4 is #FA345B. Grayscale: #8B8B8B. Windows color (decimal): -16397404 or 10799877. OLE color: 10799877.

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

Color convert

RGB 5 203 164 -
CMYK 0.98 0 0.19 0.20
HSL 168.18º 0.95% 0.41% -
HSV(B) 168.18º 0.98% 0.8% -
XYZ 28.12 45.42 42.41 -
YUV 139.35 141.9 32.17 -
System Red Green Blue C M Y K H S L
Decimal 5 203 164 0.98 0 0.19 0.20 168.18 0.95 0.41
Hex 5 CB A4 62 0 13 14 A8 5F 29
Octal 5 313 244 142 0 23 24 250 137 51
Binary 101 11001011 10100100 1100010 0 10011 10100 10101000 1011111 101001

Color Harmonies of #05CBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CBA4

Black with #05CBA4

Text Example


Text Example

White with #05CBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,203,164); }

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

background-color css

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

 a { background-color: rgb(5,203,164); }

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

border-color css

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

 span { border-color: rgb(5,203,164); }

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