Html Css Color HEX #0DBFB1 Light Sea Green

📋 copy color: '#0DBFB1'

red 13 ◦ green 191 ◦ blue 177

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

Shades of Light Sea Green #0DBFB1

Tints of Light Sea Green #0DBFB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 46.46%

R = 3.41%
G = 50.13%
B = 46.46%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#0DBFB1 (or 0x0DBFB1) is known color: Light Sea Green. HEX triplet: 0D, BF and B1. RGB value is (13,191,177). Sum of RGB (Red+Green+Blue) = 13+191+177=381 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.41% from 381); Green value is 191 (75% from 255 or 50.13% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBFB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBFB1 is #F2404E. Grayscale: #888888. Windows color (decimal): -15876175 or 11648781. OLE color: 11648781.

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

Color convert

RGB 13 191 177 -
CMYK 0.93 0 0.07 0.25
HSL 175.28º 0.87% 0.4% -
HSV(B) 175.28º 0.93% 0.75% -
XYZ 26.73 40.52 48.01 -
YUV 136.18 151.03 40.14 -
System Red Green Blue C M Y K H S L
Decimal 13 191 177 0.93 0 0.07 0.25 175.28 0.87 0.4
Hex D BF B1 5D 0 7 19 AF 57 28
Octal 15 277 261 135 0 7 31 257 127 50
Binary 1101 10111111 10110001 1011101 0 111 11001 10101111 1010111 101000

Color Harmonies of #0DBFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBFB1

Black with #0DBFB1

Text Example


Text Example

White with #0DBFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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