Html Css Color HEX #0DADB3 Light Sea Green

📋 copy color: '#0DADB3'

red 13 ◦ green 173 ◦ blue 179

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

Shades of Light Sea Green #0DADB3

Tints of Light Sea Green #0DADB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 49.04%

R = 3.56%
G = 47.4%
B = 49.04%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0DADB3 (or 0x0DADB3) is known color: Light Sea Green. HEX triplet: 0D, AD and B3. RGB value is (13,173,179). Sum of RGB (Red+Green+Blue) = 13+173+179=365 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.56% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 179 (70.31% from 255 or 49.04% from 365); Max value from RGB is 179 - color contains mainly: blue. Hex color #0DADB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DADB3 is #F2524C. Grayscale: #7D7D7D. Windows color (decimal): -15880781 or 11775245. OLE color: 11775245.

HSL color Cylindrical-coordinate representation of color #0DADB3: hue angle of 182.17º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DADB3 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 13 173 179 -
CMYK 0.93 0.03 0 0.30
HSL 182.17º 0.86% 0.38% -
HSV(B) 182.17º 0.93% 0.7% -
XYZ 23.25 33.23 47.84 -
YUV 125.84 157.99 47.51 -
System Red Green Blue C M Y K H S L
Decimal 13 173 179 0.93 0.03 0 0.30 182.17 0.86 0.38
Hex D AD B3 5D 3 0 1E B6 56 26
Octal 15 255 263 135 3 0 36 266 126 46
Binary 1101 10101101 10110011 1011101 11 0 11110 10110110 1010110 100110

Color Harmonies of #0DADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DADB3

Black with #0DADB3

Text Example


Text Example

White with #0DADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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