Html Css Color HEX #0DBDAE Light Sea Green

📋 copy color: '#0DBDAE'

red 13 ◦ green 189 ◦ blue 174

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

Shades of Light Sea Green #0DBDAE

Tints of Light Sea Green #0DBDAE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.27%

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

R = 3.46%
G = 50.27%
B = 46.28%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#0DBDAE (or 0x0DBDAE) is known color: Light Sea Green. HEX triplet: 0D, BD and AE. RGB value is (13,189,174). Sum of RGB (Red+Green+Blue) = 13+189+174=376 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.46% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBDAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBDAE is #F24251. Grayscale: #868686. Windows color (decimal): -15876690 or 11451661. OLE color: 11451661.

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

Color convert

RGB 13 189 174 -
CMYK 0.93 0 0.08 0.26
HSL 174.89º 0.87% 0.4% -
HSV(B) 174.89º 0.93% 0.74% -
XYZ 26 39.54 46.31 -
YUV 134.67 150.19 41.22 -
System Red Green Blue C M Y K H S L
Decimal 13 189 174 0.93 0 0.08 0.26 174.89 0.87 0.4
Hex D BD AE 5D 0 8 1A AF 57 28
Octal 15 275 256 135 0 10 32 257 127 50
Binary 1101 10111101 10101110 1011101 0 1000 11010 10101111 1010111 101000

Color Harmonies of #0DBDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBDAE

Black with #0DBDAE

Text Example


Text Example

White with #0DBDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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