Html Css Color HEX #05CBA5 Caribbean Green

📋 copy color: '#05CBA5'

red 5 ◦ green 203 ◦ blue 165

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

Shades of Caribbean Green #05CBA5

Tints of Caribbean Green #05CBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.24%

R = 1.34%
G = 54.42%
B = 44.24%

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

#05CBA5 (or 0x05CBA5) is known color: Caribbean Green. HEX triplet: 05, CB and A5. RGB value is (5,203,165). Sum of RGB (Red+Green+Blue) = 5+203+165=373 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 373); Green value is 203 (79.69% from 255 or 54.42% from 373); Blue value is 165 (64.84% from 255 or 44.24% from 373); Max value from RGB is 203 - color contains mainly: green. Hex color #05CBA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CBA5 is #FA345A. Grayscale: #8B8B8B. Windows color (decimal): -16397403 or 10865413. OLE color: 10865413.

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

Color convert

RGB 5 203 165 -
CMYK 0.98 0 0.19 0.20
HSL 168.48º 0.95% 0.41% -
HSV(B) 168.48º 0.98% 0.8% -
XYZ 28.21 45.46 42.89 -
YUV 139.47 142.4 32.09 -
System Red Green Blue C M Y K H S L
Decimal 5 203 165 0.98 0 0.19 0.20 168.48 0.95 0.41
Hex 5 CB A5 62 0 13 14 A8 5F 29
Octal 5 313 245 142 0 23 24 250 137 51
Binary 101 11001011 10100101 1100010 0 10011 10100 10101000 1011111 101001

Color Harmonies of #05CBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CBA5

Black with #05CBA5

Text Example


Text Example

White with #05CBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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