Html Css Color HEX #0FC1AB Light Sea Green

📋 copy color: '#0FC1AB'

red 15 ◦ green 193 ◦ blue 171

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

Shades of Light Sea Green #0FC1AB

Tints of Light Sea Green #0FC1AB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.92%

 BLUE value IS 171 (67.19% from 255) = 45.12%

R = 3.96%
G = 50.92%
B = 45.12%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#0FC1AB (or 0x0FC1AB) is known color: Light Sea Green. HEX triplet: 0F, C1 and AB. RGB value is (15,193,171). Sum of RGB (Red+Green+Blue) = 15+193+171=379 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.96% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC1AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC1AB is #F03E54. Grayscale: #898989. Windows color (decimal): -15744597 or 11256079. OLE color: 11256079.

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

Color convert

RGB 15 193 171 -
CMYK 0.92 0 0.11 0.24
HSL 172.58º 0.86% 0.41% -
HSV(B) 172.58º 0.92% 0.76% -
XYZ 26.62 41.18 45.07 -
YUV 137.27 147.03 40.79 -
System Red Green Blue C M Y K H S L
Decimal 15 193 171 0.92 0 0.11 0.24 172.58 0.86 0.41
Hex F C1 AB 5C 0 B 18 AD 56 29
Octal 17 301 253 134 0 13 30 255 126 51
Binary 1111 11000001 10101011 1011100 0 1011 11000 10101101 1010110 101001

Color Harmonies of #0FC1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC1AB

Black with #0FC1AB

Text Example


Text Example

White with #0FC1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,193,171); }

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

background-color css

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

 a { background-color: rgb(15,193,171); }

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

border-color css

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

 span { border-color: rgb(15,193,171); }

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