#06BA92

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

Shades of Caribbean Green #06BA92

Tints of Caribbean Green #06BA92

Color information

#06BA92 (or 0x06BA92) is unknown color: approx Caribbean Green. HEX triplet: 06, BA and 92. RGB value is (6,186,146). Sum of RGB (Red+Green+Blue) = 6+186+146=338 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #06BA92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BA92 is #F9456D. Grayscale: #7F7F7F. Windows color (decimal): -16336238 or 9615878. OLE color: 9615878.

HSL color Cylindrical-coordinate representation of color #06BA92: hue angle of 166.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BA92 is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB6186146-
CMYK0.9700.220.27
HSL166.67º93.75%37.65%-
HSV(B)166.67º96.77%72.94%-
XYZ22.8237.2333.18-
YUV127.62138.3741.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.78%
GREEN value IS 186 (73.05% from 255) = 55.03%
BLUE value IS 146 (57.42% from 255) = 43.20%
R=1.78%
G=55.03%
B=43.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61861460.9700.220.27166.6793.7537.65
Hex6BA92610161Ba75e26
Octal62722221410263324713646
Binary1101011101010010010110000101011011011101001111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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