Html Css Color HEX #05CBA0 Caribbean Green

📋 copy color: '#05CBA0'

red 5 ◦ green 203 ◦ blue 160

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

Shades of Caribbean Green #05CBA0

Tints of Caribbean Green #05CBA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 43.48%

R = 1.36%
G = 55.16%
B = 43.48%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#05CBA0 (or 0x05CBA0) is known color: Caribbean Green. HEX triplet: 05, CB and A0. RGB value is (5,203,160). Sum of RGB (Red+Green+Blue) = 5+203+160=368 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 368); Green value is 203 (79.69% from 255 or 55.16% from 368); Blue value is 160 (62.89% from 255 or 43.48% from 368); Max value from RGB is 203 - color contains mainly: green. Hex color #05CBA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CBA0 is #FA345F. Grayscale: #8A8A8A. Windows color (decimal): -16397408 or 10537733. OLE color: 10537733.

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

Color convert

RGB 5 203 160 -
CMYK 0.98 0 0.21 0.20
HSL 166.97º 0.95% 0.41% -
HSV(B) 166.97º 0.98% 0.8% -
XYZ 27.76 45.28 40.53 -
YUV 138.9 139.9 32.5 -
System Red Green Blue C M Y K H S L
Decimal 5 203 160 0.98 0 0.21 0.20 166.97 0.95 0.41
Hex 5 CB A0 62 0 15 14 A7 5F 29
Octal 5 313 240 142 0 25 24 247 137 51
Binary 101 11001011 10100000 1100010 0 10101 10100 10100111 1011111 101001

Color Harmonies of #05CBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CBA0

Black with #05CBA0

Text Example


Text Example

White with #05CBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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