Html Css Color HEX #1FBBAB Light Sea Green

📋 copy color: '#1FBBAB'

red 31 ◦ green 187 ◦ blue 171

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

Shades of Light Sea Green #1FBBAB

Tints of Light Sea Green #1FBBAB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 48.07%

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

R = 7.97%
G = 48.07%
B = 43.96%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#1FBBAB (or 0x1FBBAB) is known color: Light Sea Green. HEX triplet: 1F, BB and AB. RGB value is (31,187,171). Sum of RGB (Red+Green+Blue) = 31+187+171=389 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.97% from 389); Green value is 187 (73.44% from 255 or 48.07% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 187 - color contains mainly: green. Hex color #1FBBAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FBBAB is #E04454. Grayscale: #8A8A8A. Windows color (decimal): -14697557 or 11254559. OLE color: 11254559.

HSL color Cylindrical-coordinate representation of color #1FBBAB: hue angle of 173.85º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FBBAB is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 31 187 171 -
CMYK 0.83 0 0.09 0.27
HSL 173.85º 0.72% 0.43% -
HSV(B) 173.85º 0.83% 0.73% -
XYZ 25.69 38.77 44.66 -
YUV 138.53 146.32 51.3 -
System Red Green Blue C M Y K H S L
Decimal 31 187 171 0.83 0 0.09 0.27 173.85 0.72 0.43
Hex 1F BB AB 53 0 9 1B AE 48 2B
Octal 37 273 253 123 0 11 33 256 110 53
Binary 11111 10111011 10101011 1010011 0 1001 11011 10101110 1001000 101011

Color Harmonies of #1FBBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBBAB

Black with #1FBBAB

Text Example


Text Example

White with #1FBBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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