Html Css Color HEX #0DBDAB Light Sea Green

📋 copy color: '#0DBDAB'

red 13 ◦ green 189 ◦ blue 171

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

Shades of Light Sea Green #0DBDAB

Tints of Light Sea Green #0DBDAB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.67%

 BLUE value IS 171 (67.19% from 255) = 45.84%

R = 3.49%
G = 50.67%
B = 45.84%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#0DBDAB (or 0x0DBDAB) is known color: Light Sea Green. HEX triplet: 0D, BD and AB. RGB value is (13,189,171). Sum of RGB (Red+Green+Blue) = 13+189+171=373 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBDAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBDAB is #F24254. Grayscale: #868686. Windows color (decimal): -15876693 or 11255053. OLE color: 11255053.

HSL color Cylindrical-coordinate representation of color #0DBDAB: hue angle of 173.86º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBDAB is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 13 189 171 -
CMYK 0.93 0 0.10 0.26
HSL 173.86º 0.87% 0.4% -
HSV(B) 173.86º 0.93% 0.74% -
XYZ 25.71 39.42 44.78 -
YUV 134.32 148.69 41.46 -
System Red Green Blue C M Y K H S L
Decimal 13 189 171 0.93 0 0.10 0.26 173.86 0.87 0.4
Hex D BD AB 5D 0 A 1A AE 57 28
Octal 15 275 253 135 0 12 32 256 127 50
Binary 1101 10111101 10101011 1011101 0 1010 11010 10101110 1010111 101000

Color Harmonies of #0DBDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBDAB

Black with #0DBDAB

Text Example


Text Example

White with #0DBDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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