Html Css Color HEX #1FCDBC Light Sea Green

📋 copy color: '#1FCDBC'

red 31 ◦ green 205 ◦ blue 188

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

Shades of Light Sea Green #1FCDBC

Tints of Light Sea Green #1FCDBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.34%

R = 7.31%
G = 48.35%
B = 44.34%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#1FCDBC (or 0x1FCDBC) is known color: Light Sea Green. HEX triplet: 1F, CD and BC. RGB value is (31,205,188). Sum of RGB (Red+Green+Blue) = 31+205+188=424 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.31% from 424); Green value is 205 (80.47% from 255 or 48.35% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCDBC is #E03243. Grayscale: #969696. Windows color (decimal): -14692932 or 12373279. OLE color: 12373279.

HSL color Cylindrical-coordinate representation of color #1FCDBC: hue angle of 174.14º 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 #1FCDBC is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 31 205 188 -
CMYK 0.85 0 0.08 0.20
HSL 174.14º 0.74% 0.46% -
HSV(B) 174.14º 0.85% 0.8% -
XYZ 31.47 47.58 55.1 -
YUV 151.04 148.85 42.38 -
System Red Green Blue C M Y K H S L
Decimal 31 205 188 0.85 0 0.08 0.20 174.14 0.74 0.46
Hex 1F CD BC 55 0 8 14 AE 4A 2E
Octal 37 315 274 125 0 10 24 256 112 56
Binary 11111 11001101 10111100 1010101 0 1000 10100 10101110 1001010 101110

Color Harmonies of #1FCDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCDBC

Black with #1FCDBC

Text Example


Text Example

White with #1FCDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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