Html Css Color HEX #05BA99 Caribbean Green

📋 copy color: '#05BA99'

red 5 ◦ green 186 ◦ blue 153

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

Shades of Caribbean Green #05BA99

Tints of Caribbean Green #05BA99

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.07%

 BLUE value IS 153 (60.16% from 255) = 44.48%

R = 1.45%
G = 54.07%
B = 44.48%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#05BA99 (or 0x05BA99) is known color: Caribbean Green. HEX triplet: 05, BA and 99. RGB value is (5,186,153). Sum of RGB (Red+Green+Blue) = 5+186+153=344 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 344); Green value is 186 (73.05% from 255 or 54.07% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BA99 is #FA4566. Grayscale: #808080. Windows color (decimal): -16401767 or 10074629. OLE color: 10074629.

HSL color Cylindrical-coordinate representation of color #05BA99: hue angle of 169.06º 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 #05BA99 is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 186 153 -
CMYK 0.97 0 0.18 0.27
HSL 169.06º 0.95% 0.37% -
HSV(B) 169.06º 0.97% 0.73% -
XYZ 23.37 37.45 36.13 -
YUV 128.12 142.03 40.18 -
System Red Green Blue C M Y K H S L
Decimal 5 186 153 0.97 0 0.18 0.27 169.06 0.95 0.37
Hex 5 BA 99 61 0 12 1B A9 5F 25
Octal 5 272 231 141 0 22 33 251 137 45
Binary 101 10111010 10011001 1100001 0 10010 11011 10101001 1011111 100101

Color Harmonies of #05BA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BA99

Black with #05BA99

Text Example


Text Example

White with #05BA99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,186,153); }

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

background-color css

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

 a { background-color: rgb(5,186,153); }

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

border-color css

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

 span { border-color: rgb(5,186,153); }

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