Html Css Color HEX #1FB0BE Light Sea Green

📋 copy color: '#1FB0BE'

red 31 ◦ green 176 ◦ blue 190

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

Shades of Light Sea Green #1FB0BE

Tints of Light Sea Green #1FB0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.33%

 BLUE value IS 190 (74.61% from 255) = 47.86%

R = 7.81%
G = 44.33%
B = 47.86%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1FB0BE (or 0x1FB0BE) is known color: Light Sea Green. HEX triplet: 1F, B0 and BE. RGB value is (31,176,190). Sum of RGB (Red+Green+Blue) = 31+176+190=397 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.81% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #1FB0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FB0BE is #E04F41. Grayscale: #868686. Windows color (decimal): -14700354 or 12496927. OLE color: 12496927.

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

Color convert

RGB 31 176 190 -
CMYK 0.84 0.07 0 0.25
HSL 185.28º 0.72% 0.43% -
HSV(B) 185.28º 0.84% 0.75% -
XYZ 25.38 35.06 54.14 -
YUV 134.24 159.46 54.36 -
System Red Green Blue C M Y K H S L
Decimal 31 176 190 0.84 0.07 0 0.25 185.28 0.72 0.43
Hex 1F B0 BE 54 7 0 19 B9 48 2B
Octal 37 260 276 124 7 0 31 271 110 53
Binary 11111 10110000 10111110 1010100 111 0 11001 10111001 1001000 101011

Color Harmonies of #1FB0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB0BE

Black with #1FB0BE

Text Example


Text Example

White with #1FB0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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