Html Css Color HEX #0DBDB4 Light Sea Green

📋 copy color: '#0DBDB4'

red 13 ◦ green 189 ◦ blue 180

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

Shades of Light Sea Green #0DBDB4

Tints of Light Sea Green #0DBDB4

RGB

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

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

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

R = 3.4%
G = 49.48%
B = 47.12%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#0DBDB4 (or 0x0DBDB4) is known color: Light Sea Green. HEX triplet: 0D, BD and B4. RGB value is (13,189,180). Sum of RGB (Red+Green+Blue) = 13+189+180=382 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.40% from 382); Green value is 189 (74.22% from 255 or 49.48% from 382); Blue value is 180 (70.70% from 255 or 47.12% from 382); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBDB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBDB4 is #F2424B. Grayscale: #878787. Windows color (decimal): -15876684 or 11844877. OLE color: 11844877.

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

Color convert

RGB 13 189 180 -
CMYK 0.93 0 0.05 0.26
HSL 176.93º 0.87% 0.4% -
HSV(B) 176.93º 0.93% 0.74% -
XYZ 26.6 39.78 49.46 -
YUV 135.35 153.19 40.73 -
System Red Green Blue C M Y K H S L
Decimal 13 189 180 0.93 0 0.05 0.26 176.93 0.87 0.4
Hex D BD B4 5D 0 5 1A B1 57 28
Octal 15 275 264 135 0 5 32 261 127 50
Binary 1101 10111101 10110100 1011101 0 101 11010 10110001 1010111 101000

Color Harmonies of #0DBDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBDB4

Black with #0DBDB4

Text Example


Text Example

White with #0DBDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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