Html Css Color HEX #1FCCBF Light Sea Green

📋 copy color: '#1FCCBF'

red 31 ◦ green 204 ◦ blue 191

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

Shades of Light Sea Green #1FCCBF

Tints of Light Sea Green #1FCCBF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.89%

 BLUE value IS 191 (75% from 255) = 44.84%

R = 7.28%
G = 47.89%
B = 44.84%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#1FCCBF (or 0x1FCCBF) is known color: Light Sea Green. HEX triplet: 1F, CC and BF. RGB value is (31,204,191). Sum of RGB (Red+Green+Blue) = 31+204+191=426 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.28% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCCBF is #E03340. Grayscale: #969696. Windows color (decimal): -14693185 or 12569631. OLE color: 12569631.

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

Color convert

RGB 31 204 191 -
CMYK 0.85 0 0.06 0.2
HSL 175.49º 0.74% 0.46% -
HSV(B) 175.49º 0.85% 0.8% -
XYZ 31.56 47.24 56.74 -
YUV 150.79 150.69 42.56 -
System Red Green Blue C M Y K H S L
Decimal 31 204 191 0.85 0 0.06 0.2 175.49 0.74 0.46
Hex 1F CC BF 55 0 6 14 AF 4A 2E
Octal 37 314 277 125 0 6 24 257 112 56
Binary 11111 11001100 10111111 1010101 0 110 10100 10101111 1001010 101110

Color Harmonies of #1FCCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCCBF

Black with #1FCCBF

Text Example


Text Example

White with #1FCCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,204,191); }

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

background-color css

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

 a { background-color: rgb(31,204,191); }

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

border-color css

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

 span { border-color: rgb(31,204,191); }

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