Html Css Color HEX #0DBAB2 Light Sea Green

📋 copy color: '#0DBAB2'

red 13 ◦ green 186 ◦ blue 178

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

Shades of Light Sea Green #0DBAB2

Tints of Light Sea Green #0DBAB2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.34%

 BLUE value IS 178 (69.92% from 255) = 47.21%

R = 3.45%
G = 49.34%
B = 47.21%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#0DBAB2 (or 0x0DBAB2) is known color: Light Sea Green. HEX triplet: 0D, BA and B2. RGB value is (13,186,178). Sum of RGB (Red+Green+Blue) = 13+186+178=377 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.45% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 178 (69.92% from 255 or 47.21% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #0DBAB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBAB2 is #F2454D. Grayscale: #858585. Windows color (decimal): -15877454 or 11713037. OLE color: 11713037.

HSL color Cylindrical-coordinate representation of color #0DBAB2: hue angle of 177.23º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBAB2 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 186 178 -
CMYK 0.93 0 0.04 0.27
HSL 177.23º 0.87% 0.39% -
HSV(B) 177.23º 0.93% 0.73% -
XYZ 25.76 38.42 48.18 -
YUV 133.36 153.19 42.15 -
System Red Green Blue C M Y K H S L
Decimal 13 186 178 0.93 0 0.04 0.27 177.23 0.87 0.39
Hex D BA B2 5D 0 4 1B B1 57 27
Octal 15 272 262 135 0 4 33 261 127 47
Binary 1101 10111010 10110010 1011101 0 100 11011 10110001 1010111 100111

Color Harmonies of #0DBAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBAB2

Black with #0DBAB2

Text Example


Text Example

White with #0DBAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,186,178); }

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

background-color css

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

 a { background-color: rgb(13,186,178); }

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

border-color css

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

 span { border-color: rgb(13,186,178); }

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