Html Css Color HEX #1FB2BA Light Sea Green

📋 copy color: '#1FB2BA'

red 31 ◦ green 178 ◦ blue 186

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

Shades of Light Sea Green #1FB2BA

Tints of Light Sea Green #1FB2BA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.06%

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 7.85%
G = 45.06%
B = 47.09%

CMYK

 C value IS 0.83

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1FB2BA (or 0x1FB2BA) is known color: Light Sea Green. HEX triplet: 1F, B2 and BA. RGB value is (31,178,186). Sum of RGB (Red+Green+Blue) = 31+178+186=395 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.85% from 395); Green value is 178 (69.92% from 255 or 45.06% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #1FB2BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FB2BA is #E04D45. Grayscale: #868686. Windows color (decimal): -14699846 or 12235295. OLE color: 12235295.

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

Color convert

RGB 31 178 186 -
CMYK 0.83 0.04 0 0.27
HSL 183.1º 0.71% 0.43% -
HSV(B) 183.1º 0.83% 0.73% -
XYZ 25.35 35.68 52 -
YUV 134.96 156.8 53.85 -
System Red Green Blue C M Y K H S L
Decimal 31 178 186 0.83 0.04 0 0.27 183.1 0.71 0.43
Hex 1F B2 BA 53 4 0 1B B7 47 2B
Octal 37 262 272 123 4 0 33 267 107 53
Binary 11111 10110010 10111010 1010011 100 0 11011 10110111 1000111 101011

Color Harmonies of #1FB2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB2BA

Black with #1FB2BA

Text Example


Text Example

White with #1FB2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,178,186); }

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

background-color css

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

 a { background-color: rgb(31,178,186); }

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

border-color css

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

 span { border-color: rgb(31,178,186); }

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