Html Css Color HEX #0DAEAB Light Sea Green

📋 copy color: '#0DAEAB'

red 13 ◦ green 174 ◦ blue 171

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

Shades of Light Sea Green #0DAEAB

Tints of Light Sea Green #0DAEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.77%

R = 3.63%
G = 48.6%
B = 47.77%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#0DAEAB (or 0x0DAEAB) is known color: Light Sea Green. HEX triplet: 0D, AE and AB. RGB value is (13,174,171). Sum of RGB (Red+Green+Blue) = 13+174+171=358 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.63% from 358); Green value is 174 (68.36% from 255 or 48.60% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAEAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAEAB is #F25154. Grayscale: #7D7D7D. Windows color (decimal): -15880533 or 11251213. OLE color: 11251213.

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

Color convert

RGB 13 174 171 -
CMYK 0.93 0 0.02 0.32
HSL 178.88º 0.86% 0.37% -
HSV(B) 178.88º 0.93% 0.68% -
XYZ 22.65 33.3 43.76 -
YUV 125.52 153.66 47.74 -
System Red Green Blue C M Y K H S L
Decimal 13 174 171 0.93 0 0.02 0.32 178.88 0.86 0.37
Hex D AE AB 5D 0 2 20 B3 56 25
Octal 15 256 253 135 0 2 40 263 126 45
Binary 1101 10101110 10101011 1011101 0 10 100000 10110011 1010110 100101

Color Harmonies of #0DAEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAEAB

Black with #0DAEAB

Text Example


Text Example

White with #0DAEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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