Html Css Color HEX #0FC0AC Light Sea Green

📋 copy color: '#0FC0AC'

red 15 ◦ green 192 ◦ blue 172

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

Shades of Light Sea Green #0FC0AC

Tints of Light Sea Green #0FC0AC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.66%

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

R = 3.96%
G = 50.66%
B = 45.38%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#0FC0AC (or 0x0FC0AC) is known color: Light Sea Green. HEX triplet: 0F, C0 and AC. RGB value is (15,192,172). Sum of RGB (Red+Green+Blue) = 15+192+172=379 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.96% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC0AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC0AC is #F03F53. Grayscale: #888888. Windows color (decimal): -15744852 or 11321359. OLE color: 11321359.

HSL color Cylindrical-coordinate representation of color #0FC0AC: hue angle of 173.22º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC0AC is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 192 172 -
CMYK 0.92 0 0.10 0.25
HSL 173.22º 0.86% 0.41% -
HSV(B) 173.22º 0.92% 0.75% -
XYZ 26.49 40.78 45.5 -
YUV 136.8 147.86 41.13 -
System Red Green Blue C M Y K H S L
Decimal 15 192 172 0.92 0 0.10 0.25 173.22 0.86 0.41
Hex F C0 AC 5C 0 A 19 AD 56 29
Octal 17 300 254 134 0 12 31 255 126 51
Binary 1111 11000000 10101100 1011100 0 1010 11001 10101101 1010110 101001

Color Harmonies of #0FC0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC0AC

Black with #0FC0AC

Text Example


Text Example

White with #0FC0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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