Html Css Color HEX #1FCAAB Light Sea Green

📋 copy color: '#1FCAAB'

red 31 ◦ green 202 ◦ blue 171

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

Shades of Light Sea Green #1FCAAB

Tints of Light Sea Green #1FCAAB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 50%

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

R = 7.67%
G = 50%
B = 42.33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#1FCAAB (or 0x1FCAAB) is known color: Light Sea Green. HEX triplet: 1F, CA and AB. RGB value is (31,202,171). Sum of RGB (Red+Green+Blue) = 31+202+171=404 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.67% from 404); Green value is 202 (79.30% from 255 or 50% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCAAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCAAB is #E03554. Grayscale: #939393. Windows color (decimal): -14693717 or 11258399. OLE color: 11258399.

HSL color Cylindrical-coordinate representation of color #1FCAAB: hue angle of 169.12º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCAAB is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 31 202 171 -
CMYK 0.85 0 0.15 0.21
HSL 169.12º 0.73% 0.46% -
HSV(B) 169.12º 0.85% 0.79% -
XYZ 29.04 45.47 45.77 -
YUV 147.34 141.35 45.02 -
System Red Green Blue C M Y K H S L
Decimal 31 202 171 0.85 0 0.15 0.21 169.12 0.73 0.46
Hex 1F CA AB 55 0 F 15 A9 49 2E
Octal 37 312 253 125 0 17 25 251 111 56
Binary 11111 11001010 10101011 1010101 0 1111 10101 10101001 1001001 101110

Color Harmonies of #1FCAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCAAB

Black with #1FCAAB

Text Example


Text Example

White with #1FCAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,202,171); }

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

background-color css

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

 a { background-color: rgb(31,202,171); }

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

border-color css

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

 span { border-color: rgb(31,202,171); }

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