Html Css Color HEX #0FBDB0 Light Sea Green

📋 copy color: '#0FBDB0'

red 15 ◦ green 189 ◦ blue 176

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

Shades of Light Sea Green #0FBDB0

Tints of Light Sea Green #0FBDB0

RGB

 RED value IS 15 (6.25% from 255) = 3.95%

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

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

R = 3.95%
G = 49.74%
B = 46.32%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#0FBDB0 (or 0x0FBDB0) is known color: Light Sea Green. HEX triplet: 0F, BD and B0. RGB value is (15,189,176). Sum of RGB (Red+Green+Blue) = 15+189+176=380 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.95% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 176 (69.14% from 255 or 46.32% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBDB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBDB0 is #F0424F. Grayscale: #878787. Windows color (decimal): -15745616 or 11582735. OLE color: 11582735.

HSL color Cylindrical-coordinate representation of color #0FBDB0: hue angle of 175.52º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBDB0 is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 15 189 176 -
CMYK 0.92 0 0.07 0.26
HSL 175.52º 0.85% 0.4% -
HSV(B) 175.52º 0.92% 0.74% -
XYZ 26.23 39.63 47.34 -
YUV 135.49 150.85 42.06 -
System Red Green Blue C M Y K H S L
Decimal 15 189 176 0.92 0 0.07 0.26 175.52 0.85 0.4
Hex F BD B0 5C 0 7 1A B0 55 28
Octal 17 275 260 134 0 7 32 260 125 50
Binary 1111 10111101 10110000 1011100 0 111 11010 10110000 1010101 101000

Color Harmonies of #0FBDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBDB0

Black with #0FBDB0

Text Example


Text Example

White with #0FBDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,189,176); }

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

background-color css

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

 a { background-color: rgb(15,189,176); }

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

border-color css

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

 span { border-color: rgb(15,189,176); }

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