Html Css Color HEX #0DBFB0 Light Sea Green

📋 copy color: '#0DBFB0'

red 13 ◦ green 191 ◦ blue 176

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

Shades of Light Sea Green #0DBFB0

Tints of Light Sea Green #0DBFB0

RGB

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

 GREEN value IS 191 (75% from 255) = 50.26%

 BLUE value IS 176 (69.14% from 255) = 46.32%

R = 3.42%
G = 50.26%
B = 46.32%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#0DBFB0 (or 0x0DBFB0) is known color: Light Sea Green. HEX triplet: 0D, BF and B0. RGB value is (13,191,176). Sum of RGB (Red+Green+Blue) = 13+191+176=380 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.42% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 176 (69.14% from 255 or 46.32% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBFB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBFB0 is #F2404F. Grayscale: #878787. Windows color (decimal): -15876176 or 11583245. OLE color: 11583245.

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

Color convert

RGB 13 191 176 -
CMYK 0.93 0 0.08 0.25
HSL 174.94º 0.87% 0.4% -
HSV(B) 174.94º 0.93% 0.75% -
XYZ 26.63 40.48 47.48 -
YUV 136.07 150.53 40.22 -
System Red Green Blue C M Y K H S L
Decimal 13 191 176 0.93 0 0.08 0.25 174.94 0.87 0.4
Hex D BF B0 5D 0 8 19 AF 57 28
Octal 15 277 260 135 0 10 31 257 127 50
Binary 1101 10111111 10110000 1011101 0 1000 11001 10101111 1010111 101000

Color Harmonies of #0DBFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBFB0

Black with #0DBFB0

Text Example


Text Example

White with #0DBFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,191,176); }

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

background-color css

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

 a { background-color: rgb(13,191,176); }

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

border-color css

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

 span { border-color: rgb(13,191,176); }

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