Html Css Color HEX #0DABA4 Light Sea Green

📋 copy color: '#0DABA4'

red 13 ◦ green 171 ◦ blue 164

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

Shades of Light Sea Green #0DABA4

Tints of Light Sea Green #0DABA4

RGB

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

 GREEN value IS 171 (67.19% from 255) = 49.14%

 BLUE value IS 164 (64.45% from 255) = 47.13%

R = 3.74%
G = 49.14%
B = 47.13%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#0DABA4 (or 0x0DABA4) is known color: Light Sea Green. HEX triplet: 0D, AB and A4. RGB value is (13,171,164). Sum of RGB (Red+Green+Blue) = 13+171+164=348 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.74% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 164 (64.45% from 255 or 47.13% from 348); Max value from RGB is 171 - color contains mainly: green. Hex color #0DABA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DABA4 is #F2545B. Grayscale: #7A7A7A. Windows color (decimal): -15881308 or 10791693. OLE color: 10791693.

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

Color convert

RGB 13 171 164 -
CMYK 0.92 0 0.04 0.33
HSL 177.34º 0.86% 0.36% -
HSV(B) 177.34º 0.92% 0.67% -
XYZ 21.43 31.89 40.15 -
YUV 122.96 151.15 49.57 -
System Red Green Blue C M Y K H S L
Decimal 13 171 164 0.92 0 0.04 0.33 177.34 0.86 0.36
Hex D AB A4 5C 0 4 21 B1 56 24
Octal 15 253 244 134 0 4 41 261 126 44
Binary 1101 10101011 10100100 1011100 0 100 100001 10110001 1010110 100100

Color Harmonies of #0DABA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DABA4

Black with #0DABA4

Text Example


Text Example

White with #0DABA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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