Html Css Color HEX #0DABB4 Light Sea Green

📋 copy color: '#0DABB4'

red 13 ◦ green 171 ◦ blue 180

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

Shades of Light Sea Green #0DABB4

Tints of Light Sea Green #0DABB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 49.45%

R = 3.57%
G = 46.98%
B = 49.45%

CMYK

 C value IS 0.93

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0DABB4 (or 0x0DABB4) is known color: Light Sea Green. HEX triplet: 0D, AB and B4. RGB value is (13,171,180). Sum of RGB (Red+Green+Blue) = 13+171+180=364 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.57% from 364); Green value is 171 (67.19% from 255 or 46.98% from 364); Blue value is 180 (70.70% from 255 or 49.45% from 364); Max value from RGB is 180 - color contains mainly: blue. Hex color #0DABB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DABB4 is #F2544B. Grayscale: #7C7C7C. Windows color (decimal): -15881292 or 11840269. OLE color: 11840269.

HSL color Cylindrical-coordinate representation of color #0DABB4: hue angle of 183.23º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DABB4 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 13 171 180 -
CMYK 0.93 0.05 0 0.29
HSL 183.23º 0.87% 0.38% -
HSV(B) 183.23º 0.93% 0.71% -
XYZ 22.97 32.51 48.24 -
YUV 124.78 159.15 48.27 -
System Red Green Blue C M Y K H S L
Decimal 13 171 180 0.93 0.05 0 0.29 183.23 0.87 0.38
Hex D AB B4 5D 5 0 1D B7 57 26
Octal 15 253 264 135 5 0 35 267 127 46
Binary 1101 10101011 10110100 1011101 101 0 11101 10110111 1010111 100110

Color Harmonies of #0DABB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DABB4

Black with #0DABB4

Text Example


Text Example

White with #0DABB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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