Html Css Color HEX #0DBFB5 Light Sea Green

📋 copy color: '#0DBFB5'

red 13 ◦ green 191 ◦ blue 181

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

Shades of Light Sea Green #0DBFB5

Tints of Light Sea Green #0DBFB5

RGB

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

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

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

R = 3.38%
G = 49.61%
B = 47.01%

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

#0DBFB5 (or 0x0DBFB5) is known color: Light Sea Green. HEX triplet: 0D, BF and B5. RGB value is (13,191,181). Sum of RGB (Red+Green+Blue) = 13+191+181=385 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.38% from 385); Green value is 191 (75% from 255 or 49.61% from 385); Blue value is 181 (71.09% from 255 or 47.01% from 385); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBFB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBFB5 is #F2404A. Grayscale: #888888. Windows color (decimal): -15876171 or 11910925. OLE color: 11910925.

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

Color convert

RGB 13 191 181 -
CMYK 0.93 0 0.05 0.25
HSL 176.63º 0.87% 0.4% -
HSV(B) 176.63º 0.93% 0.75% -
XYZ 27.14 40.68 50.14 -
YUV 136.64 153.03 39.81 -
System Red Green Blue C M Y K H S L
Decimal 13 191 181 0.93 0 0.05 0.25 176.63 0.87 0.4
Hex D BF B5 5D 0 5 19 B1 57 28
Octal 15 277 265 135 0 5 31 261 127 50
Binary 1101 10111111 10110101 1011101 0 101 11001 10110001 1010111 101000

Color Harmonies of #0DBFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBFB5

Black with #0DBFB5

Text Example


Text Example

White with #0DBFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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