#06BDB0

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

Shades of Light Sea Green #06BDB0

Tints of Light Sea Green #06BDB0

Color information

#06BDB0 (or 0x06BDB0) is unknown color: approx Light Sea Green. HEX triplet: 06, BD and B0. RGB value is (6,189,176). Sum of RGB (Red+Green+Blue) = 6+189+176=371 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #06BDB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BDB0 is #F9424F. Grayscale: #848484. Windows color (decimal): -16335440 or 11582726. OLE color: 11582726.

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

Color convert

RGB6189176-
CMYK0.9700.070.26
HSL175.74º93.85%38.24%-
HSV(B)175.74º96.83%74.12%-
XYZ26.1139.5747.34-
YUV132.8152.3737.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.62%
GREEN value IS 189 (74.22% from 255) = 50.94%
BLUE value IS 176 (69.14% from 255) = 47.44%
R=1.62%
G=50.94%
B=47.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61891760.9700.070.26175.7493.8538.24
Hex6BDB061071Ab05e26
Octal6275260141073226013646
Binary11010111101101100001100001011111010101100001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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