Html Css Color HEX #1FCDAE Light Sea Green

📋 copy color: '#1FCDAE'

red 31 ◦ green 205 ◦ blue 174

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

Shades of Light Sea Green #1FCDAE

Tints of Light Sea Green #1FCDAE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50%

 BLUE value IS 174 (68.36% from 255) = 42.44%

R = 7.56%
G = 50%
B = 42.44%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#1FCDAE (or 0x1FCDAE) is known color: Light Sea Green. HEX triplet: 1F, CD and AE. RGB value is (31,205,174). Sum of RGB (Red+Green+Blue) = 31+205+174=410 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.56% from 410); Green value is 205 (80.47% from 255 or 50% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCDAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCDAE is #E03251. Grayscale: #959595. Windows color (decimal): -14692946 or 11455775. OLE color: 11455775.

HSL color Cylindrical-coordinate representation of color #1FCDAE: hue angle of 169.31º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCDAE is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 31 205 174 -
CMYK 0.85 0 0.15 0.20
HSL 169.31º 0.74% 0.46% -
HSV(B) 169.31º 0.85% 0.8% -
XYZ 30.04 47.01 47.54 -
YUV 149.44 141.85 43.52 -
System Red Green Blue C M Y K H S L
Decimal 31 205 174 0.85 0 0.15 0.20 169.31 0.74 0.46
Hex 1F CD AE 55 0 F 14 A9 4A 2E
Octal 37 315 256 125 0 17 24 251 112 56
Binary 11111 11001101 10101110 1010101 0 1111 10100 10101001 1001010 101110

Color Harmonies of #1FCDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCDAE

Black with #1FCDAE

Text Example


Text Example

White with #1FCDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,205,174); }

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

background-color css

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

 a { background-color: rgb(31,205,174); }

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

border-color css

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

 span { border-color: rgb(31,205,174); }

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