Html Css Color HEX #0DAEAC Light Sea Green

📋 copy color: '#0DAEAC'

red 13 ◦ green 174 ◦ blue 172

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

Shades of Light Sea Green #0DAEAC

Tints of Light Sea Green #0DAEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.91%

R = 3.62%
G = 48.47%
B = 47.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#0DAEAC (or 0x0DAEAC) is known color: Light Sea Green. HEX triplet: 0D, AE and AC. RGB value is (13,174,172). Sum of RGB (Red+Green+Blue) = 13+174+172=359 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.62% from 359); Green value is 174 (68.36% from 255 or 48.47% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAEAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAEAC is #F25153. Grayscale: #7D7D7D. Windows color (decimal): -15880532 or 11316749. OLE color: 11316749.

HSL color Cylindrical-coordinate representation of color #0DAEAC: hue angle of 179.25º 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 #0DAEAC is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 13 174 172 -
CMYK 0.93 0 0.01 0.32
HSL 179.25º 0.86% 0.37% -
HSV(B) 179.25º 0.93% 0.68% -
XYZ 22.75 33.34 44.27 -
YUV 125.63 154.16 47.66 -
System Red Green Blue C M Y K H S L
Decimal 13 174 172 0.93 0 0.01 0.32 179.25 0.86 0.37
Hex D AE AC 5D 0 1 20 B3 56 25
Octal 15 256 254 135 0 1 40 263 126 45
Binary 1101 10101110 10101100 1011101 0 1 100000 10110011 1010110 100101

Color Harmonies of #0DAEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAEAC

Black with #0DAEAC

Text Example


Text Example

White with #0DAEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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