Html Css Color HEX #0FBDAC Light Sea Green

📋 copy color: '#0FBDAC'

red 15 ◦ green 189 ◦ blue 172

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

Shades of Light Sea Green #0FBDAC

Tints of Light Sea Green #0FBDAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.74%

R = 3.99%
G = 50.27%
B = 45.74%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#0FBDAC (or 0x0FBDAC) is known color: Light Sea Green. HEX triplet: 0F, BD and AC. RGB value is (15,189,172). Sum of RGB (Red+Green+Blue) = 15+189+172=376 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.99% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBDAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBDAC is #F04253. Grayscale: #868686. Windows color (decimal): -15745620 or 11320591. OLE color: 11320591.

HSL color Cylindrical-coordinate representation of color #0FBDAC: hue angle of 174.14º 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 #0FBDAC is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 15 189 172 -
CMYK 0.92 0 0.09 0.26
HSL 174.14º 0.85% 0.4% -
HSV(B) 174.14º 0.92% 0.74% -
XYZ 25.84 39.48 45.29 -
YUV 135.04 148.85 42.38 -
System Red Green Blue C M Y K H S L
Decimal 15 189 172 0.92 0 0.09 0.26 174.14 0.85 0.4
Hex F BD AC 5C 0 9 1A AE 55 28
Octal 17 275 254 134 0 11 32 256 125 50
Binary 1111 10111101 10101100 1011100 0 1001 11010 10101110 1010101 101000

Color Harmonies of #0FBDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBDAC

Black with #0FBDAC

Text Example


Text Example

White with #0FBDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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