Html Css Color HEX #1FABAB Light Sea Green

📋 copy color: '#1FABAB'

red 31 ◦ green 171 ◦ blue 171

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

Shades of Light Sea Green #1FABAB

Tints of Light Sea Green #1FABAB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.84%

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

R = 8.31%
G = 45.84%
B = 45.84%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1FABAB (or 0x1FABAB) is known color: Light Sea Green. HEX triplet: 1F, AB and AB. RGB value is (31,171,171). Sum of RGB (Red+Green+Blue) = 31+171+171=373 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.31% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #1FABAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FABAB is #E05454. Grayscale: #818181. Windows color (decimal): -14701653 or 11250463. OLE color: 11250463.

HSL color Cylindrical-coordinate representation of color #1FABAB: hue angle of 180º 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 #1FABAB is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 171 171 -
CMYK 0.82 0 0 0.33
HSL 180º 0.69% 0.4% -
HSV(B) 180º 0.82% 0.67% -
XYZ 22.48 32.36 43.59 -
YUV 129.14 151.62 58 -
System Red Green Blue C M Y K H S L
Decimal 31 171 171 0.82 0 0 0.33 180 0.69 0.4
Hex 1F AB AB 52 0 0 21 B4 45 28
Octal 37 253 253 122 0 0 41 264 105 50
Binary 11111 10101011 10101011 1010010 0 0 100001 10110100 1000101 101000

Color Harmonies of #1FABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FABAB

Black with #1FABAB

Text Example


Text Example

White with #1FABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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