Html Css Color HEX #1FADBA Light Sea Green

📋 copy color: '#1FADBA'

red 31 ◦ green 173 ◦ blue 186

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

Shades of Light Sea Green #1FADBA

Tints of Light Sea Green #1FADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.36%

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

R = 7.95%
G = 44.36%
B = 47.69%

CMYK

 C value IS 0.83

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1FADBA (or 0x1FADBA) is known color: Light Sea Green. HEX triplet: 1F, AD and BA. RGB value is (31,173,186). Sum of RGB (Red+Green+Blue) = 31+173+186=390 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.95% from 390); Green value is 173 (67.97% from 255 or 44.36% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #1FADBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FADBA is #E05245. Grayscale: #838383. Windows color (decimal): -14701126 or 12234015. OLE color: 12234015.

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

Color convert

RGB 31 173 186 -
CMYK 0.83 0.07 0 0.27
HSL 185.03º 0.71% 0.43% -
HSV(B) 185.03º 0.83% 0.73% -
XYZ 24.37 33.72 51.68 -
YUV 132.02 158.46 55.94 -
System Red Green Blue C M Y K H S L
Decimal 31 173 186 0.83 0.07 0 0.27 185.03 0.71 0.43
Hex 1F AD BA 53 7 0 1B B9 47 2B
Octal 37 255 272 123 7 0 33 271 107 53
Binary 11111 10101101 10111010 1010011 111 0 11011 10111001 1000111 101011

Color Harmonies of #1FADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FADBA

Black with #1FADBA

Text Example


Text Example

White with #1FADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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