Html Css Color HEX #1FACAB Light Sea Green

📋 copy color: '#1FACAB'

red 31 ◦ green 172 ◦ blue 171

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

Shades of Light Sea Green #1FACAB

Tints of Light Sea Green #1FACAB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.99%

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

R = 8.29%
G = 45.99%
B = 45.72%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#1FACAB (or 0x1FACAB) is known color: Light Sea Green. HEX triplet: 1F, AC and AB. RGB value is (31,172,171). Sum of RGB (Red+Green+Blue) = 31+172+171=374 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.29% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 172 - color contains mainly: green. Hex color #1FACAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FACAB is #E05354. Grayscale: #818181. Windows color (decimal): -14701397 or 11250719. OLE color: 11250719.

HSL color Cylindrical-coordinate representation of color #1FACAB: hue angle of 179.57º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FACAB is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 172 171 -
CMYK 0.82 0 0.01 0.33
HSL 179.57º 0.69% 0.4% -
HSV(B) 179.57º 0.82% 0.67% -
XYZ 22.67 32.74 43.65 -
YUV 129.73 151.29 57.58 -
System Red Green Blue C M Y K H S L
Decimal 31 172 171 0.82 0 0.01 0.33 179.57 0.69 0.4
Hex 1F AC AB 52 0 1 21 B4 45 28
Octal 37 254 253 122 0 1 41 264 105 50
Binary 11111 10101100 10101011 1010010 0 1 100001 10110100 1000101 101000

Color Harmonies of #1FACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FACAB

Black with #1FACAB

Text Example


Text Example

White with #1FACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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