Html Css Color HEX #0DB7AE Light Sea Green

📋 copy color: '#0DB7AE'

red 13 ◦ green 183 ◦ blue 174

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

Shades of Light Sea Green #0DB7AE

Tints of Light Sea Green #0DB7AE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.46%

 BLUE value IS 174 (68.36% from 255) = 47.03%

R = 3.51%
G = 49.46%
B = 47.03%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#0DB7AE (or 0x0DB7AE) is known color: Light Sea Green. HEX triplet: 0D, B7 and AE. RGB value is (13,183,174). Sum of RGB (Red+Green+Blue) = 13+183+174=370 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.51% from 370); Green value is 183 (71.88% from 255 or 49.46% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 183 - color contains mainly: green. Hex color #0DB7AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB7AE is #F24851. Grayscale: #838383. Windows color (decimal): -15878226 or 11450125. OLE color: 11450125.

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

Color convert

RGB 13 183 174 -
CMYK 0.93 0 0.05 0.28
HSL 176.82º 0.87% 0.38% -
HSV(B) 176.82º 0.93% 0.72% -
XYZ 24.74 37.01 45.88 -
YUV 131.14 152.18 43.73 -
System Red Green Blue C M Y K H S L
Decimal 13 183 174 0.93 0 0.05 0.28 176.82 0.87 0.38
Hex D B7 AE 5D 0 5 1C B1 57 26
Octal 15 267 256 135 0 5 34 261 127 46
Binary 1101 10110111 10101110 1011101 0 101 11100 10110001 1010111 100110

Color Harmonies of #0DB7AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB7AE

Black with #0DB7AE

Text Example


Text Example

White with #0DB7AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,183,174); }

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

background-color css

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

 a { background-color: rgb(13,183,174); }

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

border-color css

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

 span { border-color: rgb(13,183,174); }

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