Html Css Color HEX #0DAEAE Light Sea Green

📋 copy color: '#0DAEAE'

red 13 ◦ green 174 ◦ blue 174

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

Shades of Light Sea Green #0DAEAE

Tints of Light Sea Green #0DAEAE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 48.2%

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

R = 3.6%
G = 48.2%
B = 48.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0DAEAE (or 0x0DAEAE) is known color: Light Sea Green. HEX triplet: 0D, AE and AE. RGB value is (13,174,174). Sum of RGB (Red+Green+Blue) = 13+174+174=361 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.60% from 361); Green value is 174 (68.36% from 255 or 48.20% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #0DAEAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAEAE is #F25151. Grayscale: #7D7D7D. Windows color (decimal): -15880530 or 11447821. OLE color: 11447821.

HSL color Cylindrical-coordinate representation of color #0DAEAE: hue angle of 180º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAEAE is Cyan = 0.93, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 13 174 174 -
CMYK 0.93 0 0 0.32
HSL 180º 0.86% 0.37% -
HSV(B) 180º 0.93% 0.68% -
XYZ 22.94 33.41 45.28 -
YUV 125.86 155.16 47.5 -
System Red Green Blue C M Y K H S L
Decimal 13 174 174 0.93 0 0 0.32 180 0.86 0.37
Hex D AE AE 5D 0 0 20 B4 56 25
Octal 15 256 256 135 0 0 40 264 126 45
Binary 1101 10101110 10101110 1011101 0 0 100000 10110100 1010110 100101

Color Harmonies of #0DAEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAEAE

Black with #0DAEAE

Text Example


Text Example

White with #0DAEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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