Html Css Color HEX #0DADB0 Light Sea Green

📋 copy color: '#0DADB0'

red 13 ◦ green 173 ◦ blue 176

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

Shades of Light Sea Green #0DADB0

Tints of Light Sea Green #0DADB0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.79%

 BLUE value IS 176 (69.14% from 255) = 48.62%

R = 3.59%
G = 47.79%
B = 48.62%

CMYK

 C value IS 0.93

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0DADB0 (or 0x0DADB0) is known color: Light Sea Green. HEX triplet: 0D, AD and B0. RGB value is (13,173,176). Sum of RGB (Red+Green+Blue) = 13+173+176=362 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.59% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 176 (69.14% from 255 or 48.62% from 362); Max value from RGB is 176 - color contains mainly: blue. Hex color #0DADB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DADB0 is #F2524F. Grayscale: #7D7D7D. Windows color (decimal): -15880784 or 11578637. OLE color: 11578637.

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

Color convert

RGB 13 173 176 -
CMYK 0.93 0.02 0 0.31
HSL 181.1º 0.86% 0.37% -
HSV(B) 181.1º 0.93% 0.69% -
XYZ 22.95 33.11 46.26 -
YUV 125.5 156.49 47.76 -
System Red Green Blue C M Y K H S L
Decimal 13 173 176 0.93 0.02 0 0.31 181.1 0.86 0.37
Hex D AD B0 5D 2 0 1F B5 56 25
Octal 15 255 260 135 2 0 37 265 126 45
Binary 1101 10101101 10110000 1011101 10 0 11111 10110101 1010110 100101

Color Harmonies of #0DADB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DADB0

Black with #0DADB0

Text Example


Text Example

White with #0DADB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,173,176); }

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

background-color css

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

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

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

border-color css

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

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

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