Html Css Color HEX #0DADA3 Light Sea Green

📋 copy color: '#0DADA3'

red 13 ◦ green 173 ◦ blue 163

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

Shades of Light Sea Green #0DADA3

Tints of Light Sea Green #0DADA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 46.7%

R = 3.72%
G = 49.57%
B = 46.7%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#0DADA3 (or 0x0DADA3) is known color: Light Sea Green. HEX triplet: 0D, AD and A3. RGB value is (13,173,163). Sum of RGB (Red+Green+Blue) = 13+173+163=349 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.72% from 349); Green value is 173 (67.97% from 255 or 49.57% from 349); Blue value is 163 (64.06% from 255 or 46.70% from 349); Max value from RGB is 173 - color contains mainly: green. Hex color #0DADA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DADA3 is #F2525C. Grayscale: #7B7B7B. Windows color (decimal): -15880797 or 10726669. OLE color: 10726669.

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

Color convert

RGB 13 173 163 -
CMYK 0.92 0 0.06 0.32
HSL 176.25º 0.86% 0.36% -
HSV(B) 176.25º 0.92% 0.68% -
XYZ 21.72 32.62 39.8 -
YUV 124.02 149.99 48.81 -
System Red Green Blue C M Y K H S L
Decimal 13 173 163 0.92 0 0.06 0.32 176.25 0.86 0.36
Hex D AD A3 5C 0 6 20 B0 56 24
Octal 15 255 243 134 0 6 40 260 126 44
Binary 1101 10101101 10100011 1011100 0 110 100000 10110000 1010110 100100

Color Harmonies of #0DADA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DADA3

Black with #0DADA3

Text Example


Text Example

White with #0DADA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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