Html Css Color HEX #0DB5A0 Light Sea Green

📋 copy color: '#0DB5A0'

red 13 ◦ green 181 ◦ blue 160

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

Shades of Light Sea Green #0DB5A0

Tints of Light Sea Green #0DB5A0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 51.13%

 BLUE value IS 160 (62.89% from 255) = 45.2%

R = 3.67%
G = 51.13%
B = 45.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#0DB5A0 (or 0x0DB5A0) is known color: Light Sea Green. HEX triplet: 0D, B5 and A0. RGB value is (13,181,160). Sum of RGB (Red+Green+Blue) = 13+181+160=354 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.67% from 354); Green value is 181 (71.09% from 255 or 51.13% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB5A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB5A0 is #F24A5F. Grayscale: #808080. Windows color (decimal): -15878752 or 10532109. OLE color: 10532109.

HSL color Cylindrical-coordinate representation of color #0DB5A0: hue angle of 172.5º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB5A0 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 13 181 160 -
CMYK 0.93 0 0.12 0.29
HSL 172.5º 0.87% 0.38% -
HSV(B) 172.5º 0.93% 0.71% -
XYZ 23.04 35.67 38.93 -
YUV 128.37 145.84 45.71 -
System Red Green Blue C M Y K H S L
Decimal 13 181 160 0.93 0 0.12 0.29 172.5 0.87 0.38
Hex D B5 A0 5D 0 C 1D AC 57 26
Octal 15 265 240 135 0 14 35 254 127 46
Binary 1101 10110101 10100000 1011101 0 1100 11101 10101100 1010111 100110

Color Harmonies of #0DB5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB5A0

Black with #0DB5A0

Text Example


Text Example

White with #0DB5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,181,160); }

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

background-color css

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

 a { background-color: rgb(13,181,160); }

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

border-color css

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

 span { border-color: rgb(13,181,160); }

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