Html Css Color HEX #0DBDB5 Light Sea Green

📋 copy color: '#0DBDB5'

red 13 ◦ green 189 ◦ blue 181

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

Shades of Light Sea Green #0DBDB5

Tints of Light Sea Green #0DBDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 47.26%

R = 3.39%
G = 49.35%
B = 47.26%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#0DBDB5 (or 0x0DBDB5) is known color: Light Sea Green. HEX triplet: 0D, BD and B5. RGB value is (13,189,181). Sum of RGB (Red+Green+Blue) = 13+189+181=383 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.39% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 181 (71.09% from 255 or 47.26% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBDB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBDB5 is #F2424A. Grayscale: #878787. Windows color (decimal): -15876683 or 11910413. OLE color: 11910413.

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

Color convert

RGB 13 189 181 -
CMYK 0.93 0 0.04 0.26
HSL 177.27º 0.87% 0.4% -
HSV(B) 177.27º 0.93% 0.74% -
XYZ 26.7 39.82 49.99 -
YUV 135.46 153.69 40.65 -
System Red Green Blue C M Y K H S L
Decimal 13 189 181 0.93 0 0.04 0.26 177.27 0.87 0.4
Hex D BD B5 5D 0 4 1A B1 57 28
Octal 15 275 265 135 0 4 32 261 127 50
Binary 1101 10111101 10110101 1011101 0 100 11010 10110001 1010111 101000

Color Harmonies of #0DBDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBDB5

Black with #0DBDB5

Text Example


Text Example

White with #0DBDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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