Html Css Color HEX #1FBCB4 Light Sea Green

📋 copy color: '#1FBCB4'

red 31 ◦ green 188 ◦ blue 180

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

Shades of Light Sea Green #1FBCB4

Tints of Light Sea Green #1FBCB4

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.12%

 BLUE value IS 180 (70.7% from 255) = 45.11%

R = 7.77%
G = 47.12%
B = 45.11%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#1FBCB4 (or 0x1FBCB4) is known color: Light Sea Green. HEX triplet: 1F, BC and B4. RGB value is (31,188,180). Sum of RGB (Red+Green+Blue) = 31+188+180=399 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.77% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 180 (70.70% from 255 or 45.11% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBCB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBCB4 is #E0434B. Grayscale: #8C8C8C. Windows color (decimal): -14697292 or 11844639. OLE color: 11844639.

HSL color Cylindrical-coordinate representation of color #1FBCB4: hue angle of 176.94º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBCB4 is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 31 188 180 -
CMYK 0.84 0 0.04 0.26
HSL 176.94º 0.72% 0.43% -
HSV(B) 176.94º 0.84% 0.74% -
XYZ 26.79 39.55 49.4 -
YUV 140.15 150.49 50.15 -
System Red Green Blue C M Y K H S L
Decimal 31 188 180 0.84 0 0.04 0.26 176.94 0.72 0.43
Hex 1F BC B4 54 0 4 1A B1 48 2B
Octal 37 274 264 124 0 4 32 261 110 53
Binary 11111 10111100 10110100 1010100 0 100 11010 10110001 1001000 101011

Color Harmonies of #1FBCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBCB4

Black with #1FBCB4

Text Example


Text Example

White with #1FBCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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