Html Css Color HEX #05B99C Caribbean Green

📋 copy color: '#05B99C'

red 5 ◦ green 185 ◦ blue 156

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

Shades of Caribbean Green #05B99C

Tints of Caribbean Green #05B99C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 53.47%

 BLUE value IS 156 (61.33% from 255) = 45.09%

R = 1.45%
G = 53.47%
B = 45.09%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#05B99C (or 0x05B99C) is known color: Caribbean Green. HEX triplet: 05, B9 and 9C. RGB value is (5,185,156). Sum of RGB (Red+Green+Blue) = 5+185+156=346 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 346); Green value is 185 (72.66% from 255 or 53.47% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 185 - color contains mainly: green. Hex color #05B99C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05B99C is #FA4663. Grayscale: #7F7F7F. Windows color (decimal): -16402020 or 10270981. OLE color: 10270981.

HSL color Cylindrical-coordinate representation of color #05B99C: hue angle of 170.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B99C is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 185 156 -
CMYK 0.97 0 0.16 0.27
HSL 170.33º 0.95% 0.37% -
HSV(B) 170.33º 0.97% 0.73% -
XYZ 23.41 37.13 37.39 -
YUV 127.87 143.87 40.36 -
System Red Green Blue C M Y K H S L
Decimal 5 185 156 0.97 0 0.16 0.27 170.33 0.95 0.37
Hex 5 B9 9C 61 0 10 1B AA 5F 25
Octal 5 271 234 141 0 20 33 252 137 45
Binary 101 10111001 10011100 1100001 0 10000 11011 10101010 1011111 100101

Color Harmonies of #05B99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B99C

Black with #05B99C

Text Example


Text Example

White with #05B99C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,185,156); }

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

background-color css

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

 a { background-color: rgb(5,185,156); }

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

border-color css

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

 span { border-color: rgb(5,185,156); }

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