Html Css Color HEX #1FC0BE Light Sea Green

📋 copy color: '#1FC0BE'

red 31 ◦ green 192 ◦ blue 190

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

Shades of Light Sea Green #1FC0BE

Tints of Light Sea Green #1FC0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46%

R = 7.51%
G = 46.49%
B = 46%

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

#1FC0BE (or 0x1FC0BE) is known color: Light Sea Green. HEX triplet: 1F, C0 and BE. RGB value is (31,192,190). Sum of RGB (Red+Green+Blue) = 31+192+190=413 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.51% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC0BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC0BE is #E03F41. Grayscale: #8F8F8F. Windows color (decimal): -14696258 or 12501023. OLE color: 12501023.

HSL color Cylindrical-coordinate representation of color #1FC0BE: hue angle of 179.25º 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 #1FC0BE is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 192 190 -
CMYK 0.84 0 0.01 0.25
HSL 179.25º 0.72% 0.44% -
HSV(B) 179.25º 0.84% 0.75% -
XYZ 28.71 41.71 55.25 -
YUV 143.63 154.16 47.66 -
System Red Green Blue C M Y K H S L
Decimal 31 192 190 0.84 0 0.01 0.25 179.25 0.72 0.44
Hex 1F C0 BE 54 0 1 19 B3 48 2C
Octal 37 300 276 124 0 1 31 263 110 54
Binary 11111 11000000 10111110 1010100 0 1 11001 10110011 1001000 101100

Color Harmonies of #1FC0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC0BE

Black with #1FC0BE

Text Example


Text Example

White with #1FC0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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