Html Css Color HEX #1FBBA5 Light Sea Green

📋 copy color: '#1FBBA5'

red 31 ◦ green 187 ◦ blue 165

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

Shades of Light Sea Green #1FBBA5

Tints of Light Sea Green #1FBBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 43.08%

R = 8.09%
G = 48.83%
B = 43.08%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#1FBBA5 (or 0x1FBBA5) is known color: Light Sea Green. HEX triplet: 1F, BB and A5. RGB value is (31,187,165). Sum of RGB (Red+Green+Blue) = 31+187+165=383 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.09% from 383); Green value is 187 (73.44% from 255 or 48.83% from 383); Blue value is 165 (64.84% from 255 or 43.08% from 383); Max value from RGB is 187 - color contains mainly: green. Hex color #1FBBA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FBBA5 is #E0445A. Grayscale: #898989. Windows color (decimal): -14697563 or 10861343. OLE color: 10861343.

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

Color convert

RGB 31 187 165 -
CMYK 0.83 0 0.12 0.27
HSL 171.54º 0.72% 0.43% -
HSV(B) 171.54º 0.83% 0.73% -
XYZ 25.13 38.55 41.71 -
YUV 137.85 143.32 51.79 -
System Red Green Blue C M Y K H S L
Decimal 31 187 165 0.83 0 0.12 0.27 171.54 0.72 0.43
Hex 1F BB A5 53 0 C 1B AC 48 2B
Octal 37 273 245 123 0 14 33 254 110 53
Binary 11111 10111011 10100101 1010011 0 1100 11011 10101100 1001000 101011

Color Harmonies of #1FBBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBBA5

Black with #1FBBA5

Text Example


Text Example

White with #1FBBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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