Html Css Color HEX #1FCCB0 Light Sea Green

📋 copy color: '#1FCCB0'

red 31 ◦ green 204 ◦ blue 176

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

Shades of Light Sea Green #1FCCB0

Tints of Light Sea Green #1FCCB0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.64%

 BLUE value IS 176 (69.14% from 255) = 42.82%

R = 7.54%
G = 49.64%
B = 42.82%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#1FCCB0 (or 0x1FCCB0) is known color: Light Sea Green. HEX triplet: 1F, CC and B0. RGB value is (31,204,176). Sum of RGB (Red+Green+Blue) = 31+204+176=411 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.54% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 176 (69.14% from 255 or 42.82% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCCB0 is #E0334F. Grayscale: #959595. Windows color (decimal): -14693200 or 11586591. OLE color: 11586591.

HSL color Cylindrical-coordinate representation of color #1FCCB0: hue angle of 170.29º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCCB0 is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 31 204 176 -
CMYK 0.85 0 0.14 0.2
HSL 170.29º 0.74% 0.46% -
HSV(B) 170.29º 0.85% 0.8% -
XYZ 29.99 46.61 48.49 -
YUV 149.08 143.19 43.78 -
System Red Green Blue C M Y K H S L
Decimal 31 204 176 0.85 0 0.14 0.2 170.29 0.74 0.46
Hex 1F CC B0 55 0 E 14 AA 4A 2E
Octal 37 314 260 125 0 16 24 252 112 56
Binary 11111 11001100 10110000 1010101 0 1110 10100 10101010 1001010 101110

Color Harmonies of #1FCCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCCB0

Black with #1FCCB0

Text Example


Text Example

White with #1FCCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,204,176); }

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

background-color css

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

 a { background-color: rgb(31,204,176); }

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

border-color css

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

 span { border-color: rgb(31,204,176); }

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