Html Css Color HEX #1FBDC0 Light Sea Green

📋 copy color: '#1FBDC0'

red 31 ◦ green 189 ◦ blue 192

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

Shades of Light Sea Green #1FBDC0

Tints of Light Sea Green #1FBDC0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.87%

 BLUE value IS 192 (75.39% from 255) = 46.6%

R = 7.52%
G = 45.87%
B = 46.6%

CMYK

 C value IS 0.84

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1FBDC0 (or 0x1FBDC0) is known color: Light Sea Green. HEX triplet: 1F, BD and C0. RGB value is (31,189,192). Sum of RGB (Red+Green+Blue) = 31+189+192=412 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.52% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 192 (75.39% from 255 or 46.60% from 412); Max value from RGB is 192 - color contains mainly: blue. Hex color #1FBDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBDC0 is #E0423F. Grayscale: #8D8D8D. Windows color (decimal): -14697024 or 12631327. OLE color: 12631327.

HSL color Cylindrical-coordinate representation of color #1FBDC0: hue angle of 181.12º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBDC0 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 189 192 -
CMYK 0.84 0.02 0 0.25
HSL 181.12º 0.72% 0.44% -
HSV(B) 181.12º 0.84% 0.75% -
XYZ 28.28 40.49 56.19 -
YUV 142.1 156.15 48.76 -
System Red Green Blue C M Y K H S L
Decimal 31 189 192 0.84 0.02 0 0.25 181.12 0.72 0.44
Hex 1F BD C0 54 2 0 19 B5 48 2C
Octal 37 275 300 124 2 0 31 265 110 54
Binary 11111 10111101 11000000 1010100 10 0 11001 10110101 1001000 101100

Color Harmonies of #1FBDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBDC0

Black with #1FBDC0

Text Example


Text Example

White with #1FBDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,189,192); }

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

background-color css

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

 a { background-color: rgb(31,189,192); }

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

border-color css

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

 span { border-color: rgb(31,189,192); }

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