Html Css Color HEX #0DBAAA Light Sea Green

📋 copy color: '#0DBAAA'

red 13 ◦ green 186 ◦ blue 170

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

Shades of Light Sea Green #0DBAAA

Tints of Light Sea Green #0DBAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.07%

R = 3.52%
G = 50.41%
B = 46.07%

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

#0DBAAA (or 0x0DBAAA) is known color: Light Sea Green. HEX triplet: 0D, BA and AA. RGB value is (13,186,170). Sum of RGB (Red+Green+Blue) = 13+186+170=369 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.52% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #0DBAAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBAAA is #F24555. Grayscale: #848484. Windows color (decimal): -15877462 or 11188749. OLE color: 11188749.

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

Color convert

RGB 13 186 170 -
CMYK 0.93 0 0.09 0.27
HSL 174.45º 0.87% 0.39% -
HSV(B) 174.45º 0.93% 0.73% -
XYZ 24.98 38.11 44.07 -
YUV 132.45 149.19 42.8 -
System Red Green Blue C M Y K H S L
Decimal 13 186 170 0.93 0 0.09 0.27 174.45 0.87 0.39
Hex D BA AA 5D 0 9 1B AE 57 27
Octal 15 272 252 135 0 11 33 256 127 47
Binary 1101 10111010 10101010 1011101 0 1001 11011 10101110 1010111 100111

Color Harmonies of #0DBAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBAAA

Black with #0DBAAA

Text Example


Text Example

White with #0DBAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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