Html Css Color HEX #0FBCAC Light Sea Green

📋 copy color: '#0FBCAC'

red 15 ◦ green 188 ◦ blue 172

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

Shades of Light Sea Green #0FBCAC

Tints of Light Sea Green #0FBCAC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.13%

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

R = 4%
G = 50.13%
B = 45.87%

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

#0FBCAC (or 0x0FBCAC) is known color: Light Sea Green. HEX triplet: 0F, BC and AC. RGB value is (15,188,172). Sum of RGB (Red+Green+Blue) = 15+188+172=375 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBCAC is #F04353. Grayscale: #868686. Windows color (decimal): -15745876 or 11320335. OLE color: 11320335.

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

Color convert

RGB 15 188 172 -
CMYK 0.92 0 0.09 0.26
HSL 174.45º 0.85% 0.4% -
HSV(B) 174.45º 0.92% 0.74% -
XYZ 25.63 39.05 45.22 -
YUV 134.45 149.19 42.8 -
System Red Green Blue C M Y K H S L
Decimal 15 188 172 0.92 0 0.09 0.26 174.45 0.85 0.4
Hex F BC AC 5C 0 9 1A AE 55 28
Octal 17 274 254 134 0 11 32 256 125 50
Binary 1111 10111100 10101100 1011100 0 1001 11010 10101110 1010101 101000

Color Harmonies of #0FBCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBCAC

Black with #0FBCAC

Text Example


Text Example

White with #0FBCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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