#0DBAA6

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

Shades of Light Sea Green #0DBAA6

Tints of Light Sea Green #0DBAA6

Color information

#0DBAA6 (or 0x0DBAA6) is unknown color: approx Light Sea Green. HEX triplet: 0D, BA and A6. RGB value is (13,186,166). Sum of RGB (Red+Green+Blue) = 13+186+166=365 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.56% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 166 (65.23% from 255 or 45.48% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #0DBAA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBAA6 is #F24559. Grayscale: #838383. Windows color (decimal): -15877466 or 10926605. OLE color: 10926605.

HSL color Cylindrical-coordinate representation of color #0DBAA6: hue angle of 173.06º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBAA6 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB13186166-
CMYK0.9300.110.27
HSL173.06º86.93%39.02%-
HSV(B)173.06º93.01%72.94%-
XYZ24.6137.9642.11-
YUV131.99147.1943.13-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.56%
GREEN value IS 186 (73.05% from 255) = 50.96%
BLUE value IS 166 (65.23% from 255) = 45.48%
R=3.56%
G=50.96%
B=45.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131861660.9300.110.27173.0686.9339.02
HexDBAA65D0B1Bad5727
Octal152722461350133325512747
Binary1101101110101010011010111010101111011101011011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DBAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0DBAA6; }

 p { color: rgb(13,186,166); }

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

<style>
 a { background-color: #0DBAA6; }

 a { background-color: rgb(13,186,166); }

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

<style>
 span { border-color: #0DBAA6; }

 span { border-color: rgb(13,186,166); }

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