Html Css Color HEX #05BA92 Caribbean Green

📋 copy color: '#05BA92'

red 5 ◦ green 186 ◦ blue 146

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

Shades of Caribbean Green #05BA92

Tints of Caribbean Green #05BA92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.32%

R = 1.48%
G = 55.19%
B = 43.32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#05BA92 (or 0x05BA92) is known color: Caribbean Green. HEX triplet: 05, BA and 92. RGB value is (5,186,146). Sum of RGB (Red+Green+Blue) = 5+186+146=337 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BA92 is #FA456D. Grayscale: #7F7F7F. Windows color (decimal): -16401774 or 9615877. OLE color: 9615877.

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

Color convert

RGB 5 186 146 -
CMYK 0.97 0 0.22 0.27
HSL 166.74º 0.95% 0.37% -
HSV(B) 166.74º 0.97% 0.73% -
XYZ 22.81 37.23 33.18 -
YUV 127.32 138.53 40.75 -
System Red Green Blue C M Y K H S L
Decimal 5 186 146 0.97 0 0.22 0.27 166.74 0.95 0.37
Hex 5 BA 92 61 0 16 1B A7 5F 25
Octal 5 272 222 141 0 26 33 247 137 45
Binary 101 10111010 10010010 1100001 0 10110 11011 10100111 1011111 100101

Color Harmonies of #05BA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BA92

Black with #05BA92

Text Example


Text Example

White with #05BA92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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