Html Css Color HEX #1FB2AB Light Sea Green

📋 copy color: '#1FB2AB'

red 31 ◦ green 178 ◦ blue 171

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

Shades of Light Sea Green #1FB2AB

Tints of Light Sea Green #1FB2AB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.84%

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

R = 8.16%
G = 46.84%
B = 45%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#1FB2AB (or 0x1FB2AB) is known color: Light Sea Green. HEX triplet: 1F, B2 and AB. RGB value is (31,178,171). Sum of RGB (Red+Green+Blue) = 31+178+171=380 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.16% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 178 - color contains mainly: green. Hex color #1FB2AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FB2AB is #E04D54. Grayscale: #858585. Windows color (decimal): -14699861 or 11252255. OLE color: 11252255.

HSL color Cylindrical-coordinate representation of color #1FB2AB: hue angle of 177.14º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB2AB is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 31 178 171 -
CMYK 0.83 0 0.04 0.30
HSL 177.14º 0.7% 0.41% -
HSV(B) 177.14º 0.83% 0.7% -
XYZ 23.84 35.07 44.04 -
YUV 133.25 149.3 55.07 -
System Red Green Blue C M Y K H S L
Decimal 31 178 171 0.83 0 0.04 0.30 177.14 0.7 0.41
Hex 1F B2 AB 53 0 4 1E B1 46 29
Octal 37 262 253 123 0 4 36 261 106 51
Binary 11111 10110010 10101011 1010011 0 100 11110 10110001 1000110 101001

Color Harmonies of #1FB2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB2AB

Black with #1FB2AB

Text Example


Text Example

White with #1FB2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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