Html Css Color HEX #1FC0BF Light Sea Green

📋 copy color: '#1FC0BF'

red 31 ◦ green 192 ◦ blue 191

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

Shades of Light Sea Green #1FC0BF

Tints of Light Sea Green #1FC0BF

RGB

 RED value IS 31 (12.5% from 255) = 7.49%

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

 BLUE value IS 191 (75% from 255) = 46.14%

R = 7.49%
G = 46.38%
B = 46.14%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#1FC0BF (or 0x1FC0BF) is known color: Light Sea Green. HEX triplet: 1F, C0 and BF. RGB value is (31,192,191). Sum of RGB (Red+Green+Blue) = 31+192+191=414 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.49% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC0BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC0BF is #E03F40. Grayscale: #8F8F8F. Windows color (decimal): -14696257 or 12566559. OLE color: 12566559.

HSL color Cylindrical-coordinate representation of color #1FC0BF: hue angle of 179.63º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC0BF is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 192 191 -
CMYK 0.84 0 0.01 0.25
HSL 179.63º 0.72% 0.44% -
HSV(B) 179.63º 0.84% 0.75% -
XYZ 28.82 41.75 55.83 -
YUV 143.75 154.66 47.58 -
System Red Green Blue C M Y K H S L
Decimal 31 192 191 0.84 0 0.01 0.25 179.63 0.72 0.44
Hex 1F C0 BF 54 0 1 19 B4 48 2C
Octal 37 300 277 124 0 1 31 264 110 54
Binary 11111 11000000 10111111 1010100 0 1 11001 10110100 1001000 101100

Color Harmonies of #1FC0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC0BF

Black with #1FC0BF

Text Example


Text Example

White with #1FC0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FC0BF; }

 p { color: rgb(31,192,191); }

 H1.HeaderClassName
 {
   color: #1FC0BF;
 }
 .AnyTagClassName
 {
   color: #1FC0BF;
 }
</style>

background-color css

<style>
 a { background-color: #1FC0BF; }

 a { background-color: rgb(31,192,191); }

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

border-color css

<style>
 span { border-color: #1FC0BF; }

 span { border-color: rgb(31,192,191); }

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