Html Css Color HEX #0DBAA9 Light Sea Green

📋 copy color: '#0DBAA9'

red 13 ◦ green 186 ◦ blue 169

#0DBAA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #0DBAA9

Tints of Light Sea Green #0DBAA9

RGB

 RED value IS 13 (5.47% from 255) = 3.53%

 GREEN value IS 186 (73.05% from 255) = 50.54%

 BLUE value IS 169 (66.41% from 255) = 45.92%

R = 3.53%
G = 50.54%
B = 45.92%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#0DBAA9 (or 0x0DBAA9) is known color: Light Sea Green. HEX triplet: 0D, BA and A9. RGB value is (13,186,169). Sum of RGB (Red+Green+Blue) = 13+186+169=368 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.53% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 169 (66.41% from 255 or 45.92% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #0DBAA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBAA9 is #F24556. Grayscale: #848484. Windows color (decimal): -15877463 or 11123213. OLE color: 11123213.

HSL color Cylindrical-coordinate representation of color #0DBAA9: hue angle of 174.1º 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 #0DBAA9 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 186 169 -
CMYK 0.93 0 0.09 0.27
HSL 174.1º 0.87% 0.39% -
HSV(B) 174.1º 0.93% 0.73% -
XYZ 24.89 38.07 43.57 -
YUV 132.34 148.69 42.88 -
System Red Green Blue C M Y K H S L
Decimal 13 186 169 0.93 0 0.09 0.27 174.1 0.87 0.39
Hex D BA A9 5D 0 9 1B AE 57 27
Octal 15 272 251 135 0 11 33 256 127 47
Binary 1101 10111010 10101001 1011101 0 1001 11011 10101110 1010111 100111

Color Harmonies of #0DBAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBAA9

Black with #0DBAA9

Text Example


Text Example

White with #0DBAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0DBAA9;
 }
 .AnyTagClassName
 {
   color: #0DBAA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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