#05BC92

Color #05BC92 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #05BC92

Tints of Caribbean Green #05BC92

Color information

#05BC92 (or 0x05BC92) is unknown color: approx Caribbean Green. HEX triplet: 05, BC and 92. RGB value is (5,188,146). Sum of RGB (Red+Green+Blue) = 5+188+146=339 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 339); Green value is 188 (73.83% from 255 or 55.46% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 188 - color contains mainly: green. Hex color #05BC92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BC92 is #FA436D. Grayscale: #808080. Windows color (decimal): -16401262 or 9616389. OLE color: 9616389.

HSL color Cylindrical-coordinate representation of color #05BC92: hue angle of 166.23º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BC92 is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB5188146-
CMYK0.9700.220.26
HSL166.23º94.82%37.84%-
HSV(B)166.23º97.34%73.73%-
XYZ23.2338.0733.32-
YUV128.5137.8739.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.47%
GREEN value IS 188 (73.83% from 255) = 55.46%
BLUE value IS 146 (57.42% from 255) = 43.07%
R=1.47%
G=55.46%
B=43.07%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51881460.9700.220.26166.2394.8237.84
Hex5BC92610161Aa65f26
Octal52742221410263224613746
Binary1011011110010010010110000101011011010101001101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05BC92;
 }
 .AnyTagClassName
 {
   color: #05BC92;
 }
</style>
background-color css

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

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

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

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

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

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