Html Css Color HEX #0DBFB6 Light Sea Green

📋 copy color: '#0DBFB6'

red 13 ◦ green 191 ◦ blue 182

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

Shades of Light Sea Green #0DBFB6

Tints of Light Sea Green #0DBFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 47.15%

R = 3.37%
G = 49.48%
B = 47.15%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#0DBFB6 (or 0x0DBFB6) is known color: Light Sea Green. HEX triplet: 0D, BF and B6. RGB value is (13,191,182). Sum of RGB (Red+Green+Blue) = 13+191+182=386 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.37% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 182 (71.48% from 255 or 47.15% from 386); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBFB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBFB6 is #F24049. Grayscale: #888888. Windows color (decimal): -15876170 or 11976461. OLE color: 11976461.

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

Color convert

RGB 13 191 182 -
CMYK 0.93 0 0.05 0.25
HSL 176.97º 0.87% 0.4% -
HSV(B) 176.97º 0.93% 0.75% -
XYZ 27.24 40.72 50.68 -
YUV 136.75 153.53 39.73 -
System Red Green Blue C M Y K H S L
Decimal 13 191 182 0.93 0 0.05 0.25 176.97 0.87 0.4
Hex D BF B6 5D 0 5 19 B1 57 28
Octal 15 277 266 135 0 5 31 261 127 50
Binary 1101 10111111 10110110 1011101 0 101 11001 10110001 1010111 101000

Color Harmonies of #0DBFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBFB6

Black with #0DBFB6

Text Example


Text Example

White with #0DBFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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