Html Css Color HEX #1FBEA2 Light Sea Green

📋 copy color: '#1FBEA2'

red 31 ◦ green 190 ◦ blue 162

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

Shades of Light Sea Green #1FBEA2

Tints of Light Sea Green #1FBEA2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 49.61%

 BLUE value IS 162 (63.67% from 255) = 42.3%

R = 8.09%
G = 49.61%
B = 42.3%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#1FBEA2 (or 0x1FBEA2) is known color: Light Sea Green. HEX triplet: 1F, BE and A2. RGB value is (31,190,162). Sum of RGB (Red+Green+Blue) = 31+190+162=383 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.09% from 383); Green value is 190 (74.61% from 255 or 49.61% from 383); Blue value is 162 (63.67% from 255 or 42.30% from 383); Max value from RGB is 190 - color contains mainly: green. Hex color #1FBEA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FBEA2 is #E0415D. Grayscale: #8B8B8B. Windows color (decimal): -14696798 or 10665503. OLE color: 10665503.

HSL color Cylindrical-coordinate representation of color #1FBEA2: hue angle of 169.43º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBEA2 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 190 162 -
CMYK 0.84 0 0.15 0.25
HSL 169.43º 0.72% 0.43% -
HSV(B) 169.43º 0.84% 0.75% -
XYZ 25.5 39.73 40.51 -
YUV 139.27 140.82 50.78 -
System Red Green Blue C M Y K H S L
Decimal 31 190 162 0.84 0 0.15 0.25 169.43 0.72 0.43
Hex 1F BE A2 54 0 F 19 A9 48 2B
Octal 37 276 242 124 0 17 31 251 110 53
Binary 11111 10111110 10100010 1010100 0 1111 11001 10101001 1001000 101011

Color Harmonies of #1FBEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBEA2

Black with #1FBEA2

Text Example


Text Example

White with #1FBEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,190,162); }

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

background-color css

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

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

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

border-color css

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

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

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