Html Css Color HEX #0FC3AB Light Sea Green

📋 copy color: '#0FC3AB'

red 15 ◦ green 195 ◦ blue 171

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

Shades of Light Sea Green #0FC3AB

Tints of Light Sea Green #0FC3AB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 51.18%

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

R = 3.94%
G = 51.18%
B = 44.88%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#0FC3AB (or 0x0FC3AB) is known color: Light Sea Green. HEX triplet: 0F, C3 and AB. RGB value is (15,195,171). Sum of RGB (Red+Green+Blue) = 15+195+171=381 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.94% from 381); Green value is 195 (76.56% from 255 or 51.18% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 195 - color contains mainly: green. Hex color #0FC3AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC3AB is #F03C54. Grayscale: #8A8A8A. Windows color (decimal): -15744085 or 11256591. OLE color: 11256591.

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

Color convert

RGB 15 195 171 -
CMYK 0.92 0 0.12 0.24
HSL 172º 0.86% 0.41% -
HSV(B) 172º 0.92% 0.76% -
XYZ 27.06 42.07 45.22 -
YUV 138.44 146.37 39.95 -
System Red Green Blue C M Y K H S L
Decimal 15 195 171 0.92 0 0.12 0.24 172 0.86 0.41
Hex F C3 AB 5C 0 C 18 AC 56 29
Octal 17 303 253 134 0 14 30 254 126 51
Binary 1111 11000011 10101011 1011100 0 1100 11000 10101100 1010110 101001

Color Harmonies of #0FC3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC3AB

Black with #0FC3AB

Text Example


Text Example

White with #0FC3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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