Html Css Color HEX #1FBBAE Light Sea Green

📋 copy color: '#1FBBAE'

red 31 ◦ green 187 ◦ blue 174

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

Shades of Light Sea Green #1FBBAE

Tints of Light Sea Green #1FBBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.39%

R = 7.91%
G = 47.7%
B = 44.39%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#1FBBAE (or 0x1FBBAE) is known color: Light Sea Green. HEX triplet: 1F, BB and AE. RGB value is (31,187,174). Sum of RGB (Red+Green+Blue) = 31+187+174=392 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.91% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 187 - color contains mainly: green. Hex color #1FBBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FBBAE is #E04451. Grayscale: #8A8A8A. Windows color (decimal): -14697554 or 11451167. OLE color: 11451167.

HSL color Cylindrical-coordinate representation of color #1FBBAE: hue angle of 175º 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 #1FBBAE is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 31 187 174 -
CMYK 0.83 0 0.07 0.27
HSL 175º 0.72% 0.43% -
HSV(B) 175º 0.83% 0.73% -
XYZ 25.98 38.89 46.18 -
YUV 138.87 147.82 51.06 -
System Red Green Blue C M Y K H S L
Decimal 31 187 174 0.83 0 0.07 0.27 175 0.72 0.43
Hex 1F BB AE 53 0 7 1B AF 48 2B
Octal 37 273 256 123 0 7 33 257 110 53
Binary 11111 10111011 10101110 1010011 0 111 11011 10101111 1001000 101011

Color Harmonies of #1FBBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBBAE

Black with #1FBBAE

Text Example


Text Example

White with #1FBBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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