Html Css Color HEX #1FC1BE Light Sea Green

📋 copy color: '#1FC1BE'

red 31 ◦ green 193 ◦ blue 190

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

Shades of Light Sea Green #1FC1BE

Tints of Light Sea Green #1FC1BE

RGB

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

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

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

R = 7.49%
G = 46.62%
B = 45.89%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#1FC1BE (or 0x1FC1BE) is known color: Light Sea Green. HEX triplet: 1F, C1 and BE. RGB value is (31,193,190). Sum of RGB (Red+Green+Blue) = 31+193+190=414 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.49% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 193 - color contains mainly: green. Hex color #1FC1BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC1BE is #E03E41. Grayscale: #909090. Windows color (decimal): -14696002 or 12501279. OLE color: 12501279.

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

Color convert

RGB 31 193 190 -
CMYK 0.84 0 0.02 0.24
HSL 178.89º 0.72% 0.44% -
HSV(B) 178.89º 0.84% 0.76% -
XYZ 28.93 42.15 55.33 -
YUV 144.22 153.83 47.24 -
System Red Green Blue C M Y K H S L
Decimal 31 193 190 0.84 0 0.02 0.24 178.89 0.72 0.44
Hex 1F C1 BE 54 0 2 18 B3 48 2C
Octal 37 301 276 124 0 2 30 263 110 54
Binary 11111 11000001 10111110 1010100 0 10 11000 10110011 1001000 101100

Color Harmonies of #1FC1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC1BE

Black with #1FC1BE

Text Example


Text Example

White with #1FC1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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