Html Css Color HEX #1FBEC0 Light Sea Green

📋 copy color: '#1FBEC0'

red 31 ◦ green 190 ◦ blue 192

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

Shades of Light Sea Green #1FBEC0

Tints of Light Sea Green #1FBEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.49%

R = 7.51%
G = 46%
B = 46.49%

CMYK

 C value IS 0.84

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1FBEC0 (or 0x1FBEC0) is known color: Light Sea Green. HEX triplet: 1F, BE and C0. RGB value is (31,190,192). Sum of RGB (Red+Green+Blue) = 31+190+192=413 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.51% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 192 - color contains mainly: blue. Hex color #1FBEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBEC0 is #E0413F. Grayscale: #8E8E8E. Windows color (decimal): -14696768 or 12631583. OLE color: 12631583.

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

Color convert

RGB 31 190 192 -
CMYK 0.84 0.01 0 0.25
HSL 180.75º 0.72% 0.44% -
HSV(B) 180.75º 0.84% 0.75% -
XYZ 28.49 40.92 56.27 -
YUV 142.69 155.82 48.34 -
System Red Green Blue C M Y K H S L
Decimal 31 190 192 0.84 0.01 0 0.25 180.75 0.72 0.44
Hex 1F BE C0 54 1 0 19 B5 48 2C
Octal 37 276 300 124 1 0 31 265 110 54
Binary 11111 10111110 11000000 1010100 1 0 11001 10110101 1001000 101100

Color Harmonies of #1FBEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBEC0

Black with #1FBEC0

Text Example


Text Example

White with #1FBEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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