Html Css Color HEX #0FC7AF Light Sea Green

📋 copy color: '#0FC7AF'

red 15 ◦ green 199 ◦ blue 175

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

Shades of Light Sea Green #0FC7AF

Tints of Light Sea Green #0FC7AF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.16%

 BLUE value IS 175 (68.75% from 255) = 44.99%

R = 3.86%
G = 51.16%
B = 44.99%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#0FC7AF (or 0x0FC7AF) is known color: Light Sea Green. HEX triplet: 0F, C7 and AF. RGB value is (15,199,175). Sum of RGB (Red+Green+Blue) = 15+199+175=389 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.86% from 389); Green value is 199 (78.12% from 255 or 51.16% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 199 - color contains mainly: green. Hex color #0FC7AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC7AF is #F03850. Grayscale: #8D8D8D. Windows color (decimal): -15743057 or 11519759. OLE color: 11519759.

HSL color Cylindrical-coordinate representation of color #0FC7AF: hue angle of 172.17º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC7AF is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 15 199 175 -
CMYK 0.92 0 0.12 0.22
HSL 172.17º 0.86% 0.42% -
HSV(B) 172.17º 0.92% 0.78% -
XYZ 28.36 44.04 47.56 -
YUV 141.25 147.04 37.95 -
System Red Green Blue C M Y K H S L
Decimal 15 199 175 0.92 0 0.12 0.22 172.17 0.86 0.42
Hex F C7 AF 5C 0 C 16 AC 56 2A
Octal 17 307 257 134 0 14 26 254 126 52
Binary 1111 11000111 10101111 1011100 0 1100 10110 10101100 1010110 101010

Color Harmonies of #0FC7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC7AF

Black with #0FC7AF

Text Example


Text Example

White with #0FC7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,199,175); }

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

background-color css

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

 a { background-color: rgb(15,199,175); }

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

border-color css

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

 span { border-color: rgb(15,199,175); }

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