Html Css Color HEX #0DBEAA Light Sea Green

📋 copy color: '#0DBEAA'

red 13 ◦ green 190 ◦ blue 170

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

Shades of Light Sea Green #0DBEAA

Tints of Light Sea Green #0DBEAA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.94%

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

R = 3.49%
G = 50.94%
B = 45.58%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#0DBEAA (or 0x0DBEAA) is known color: Light Sea Green. HEX triplet: 0D, BE and AA. RGB value is (13,190,170). Sum of RGB (Red+Green+Blue) = 13+190+170=373 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 373); Green value is 190 (74.61% from 255 or 50.94% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBEAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBEAA is #F24155. Grayscale: #868686. Windows color (decimal): -15876438 or 11189773. OLE color: 11189773.

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

Color convert

RGB 13 190 170 -
CMYK 0.93 0 0.11 0.25
HSL 173.22º 0.87% 0.4% -
HSV(B) 173.22º 0.93% 0.75% -
XYZ 25.84 39.81 44.35 -
YUV 134.8 147.86 41.13 -
System Red Green Blue C M Y K H S L
Decimal 13 190 170 0.93 0 0.11 0.25 173.22 0.87 0.4
Hex D BE AA 5D 0 B 19 AD 57 28
Octal 15 276 252 135 0 13 31 255 127 50
Binary 1101 10111110 10101010 1011101 0 1011 11001 10101101 1010111 101000

Color Harmonies of #0DBEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBEAA

Black with #0DBEAA

Text Example


Text Example

White with #0DBEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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