#06B9B0

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

Shades of Light Sea Green #06B9B0

Tints of Light Sea Green #06B9B0

Color information

#06B9B0 (or 0x06B9B0) is unknown color: approx Light Sea Green. HEX triplet: 06, B9 and B0. RGB value is (6,185,176). Sum of RGB (Red+Green+Blue) = 6+185+176=367 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 367); Green value is 185 (72.66% from 255 or 50.41% from 367); Blue value is 176 (69.14% from 255 or 47.96% from 367); Max value from RGB is 185 - color contains mainly: green. Hex color #06B9B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06B9B0 is #F9464F. Grayscale: #828282. Windows color (decimal): -16336464 or 11581702. OLE color: 11581702.

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

Color convert

RGB6185176-
CMYK0.9700.050.27
HSL176.98º93.72%37.45%-
HSV(B)176.98º96.76%72.55%-
XYZ25.2637.8747.05-
YUV130.45153.739.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.63%
GREEN value IS 185 (72.66% from 255) = 50.41%
BLUE value IS 176 (69.14% from 255) = 47.96%
R=1.63%
G=50.41%
B=47.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61851760.9700.050.27176.9893.7237.45
Hex6B9B061051Bb15e25
Octal6271260141053326113645
Binary11010111001101100001100001010111011101100011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,185,176); }

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

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

 a { background-color: rgb(6,185,176); }

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

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

 span { border-color: rgb(6,185,176); }

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