Html Css Color HEX #0DBAB3 Light Sea Green

📋 copy color: '#0DBAB3'

red 13 ◦ green 186 ◦ blue 179

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

Shades of Light Sea Green #0DBAB3

Tints of Light Sea Green #0DBAB3

RGB

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

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

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

R = 3.44%
G = 49.21%
B = 47.35%

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

#0DBAB3 (or 0x0DBAB3) is known color: Light Sea Green. HEX triplet: 0D, BA and B3. RGB value is (13,186,179). Sum of RGB (Red+Green+Blue) = 13+186+179=378 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.44% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 179 (70.31% from 255 or 47.35% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #0DBAB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBAB3 is #F2454C. Grayscale: #858585. Windows color (decimal): -15877453 or 11778573. OLE color: 11778573.

HSL color Cylindrical-coordinate representation of color #0DBAB3: hue angle of 177.57º 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 #0DBAB3 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 186 179 -
CMYK 0.93 0 0.04 0.27
HSL 177.57º 0.87% 0.39% -
HSV(B) 177.57º 0.93% 0.73% -
XYZ 25.86 38.46 48.71 -
YUV 133.48 153.69 42.07 -
System Red Green Blue C M Y K H S L
Decimal 13 186 179 0.93 0 0.04 0.27 177.57 0.87 0.39
Hex D BA B3 5D 0 4 1B B2 57 27
Octal 15 272 263 135 0 4 33 262 127 47
Binary 1101 10111010 10110011 1011101 0 100 11011 10110010 1010111 100111

Color Harmonies of #0DBAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBAB3

Black with #0DBAB3

Text Example


Text Example

White with #0DBAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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