#06BD92

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

Shades of Caribbean Green #06BD92

Tints of Caribbean Green #06BD92

Color information

#06BD92 (or 0x06BD92) is unknown color: approx Caribbean Green. HEX triplet: 06, BD and 92. RGB value is (6,189,146). Sum of RGB (Red+Green+Blue) = 6+189+146=341 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 341); Green value is 189 (74.22% from 255 or 55.43% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 189 - color contains mainly: green. Hex color #06BD92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BD92 is #F9426D. Grayscale: #818181. Windows color (decimal): -16335470 or 9616646. OLE color: 9616646.

HSL color Cylindrical-coordinate representation of color #06BD92: hue angle of 165.9º degrees, saturation: 0.94, 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 #06BD92 is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB6189146-
CMYK0.9700.230.26
HSL165.9º93.85%38.24%-
HSV(B)165.9º96.83%74.12%-
XYZ23.4638.5133.39-
YUV129.38137.3740-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.76%
GREEN value IS 189 (74.22% from 255) = 55.43%
BLUE value IS 146 (57.42% from 255) = 42.82%
R=1.76%
G=55.43%
B=42.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61891460.9700.230.26165.993.8538.24
Hex6BD92610171Aa65e26
Octal62752221410273224613646
Binary1101011110110010010110000101011111010101001101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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