Html Css Color HEX #1FBCB9 Light Sea Green

📋 copy color: '#1FBCB9'

red 31 ◦ green 188 ◦ blue 185

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

Shades of Light Sea Green #1FBCB9

Tints of Light Sea Green #1FBCB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.79%

R = 7.67%
G = 46.53%
B = 45.79%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#1FBCB9 (or 0x1FBCB9) is known color: Light Sea Green. HEX triplet: 1F, BC and B9. RGB value is (31,188,185). Sum of RGB (Red+Green+Blue) = 31+188+185=404 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.67% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 185 (72.66% from 255 or 45.79% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBCB9 is #E04346. Grayscale: #8C8C8C. Windows color (decimal): -14697287 or 12172319. OLE color: 12172319.

HSL color Cylindrical-coordinate representation of color #1FBCB9: hue angle of 178.85º 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 #1FBCB9 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 31 188 185 -
CMYK 0.84 0 0.02 0.26
HSL 178.85º 0.72% 0.43% -
HSV(B) 178.85º 0.84% 0.74% -
XYZ 27.31 39.76 52.13 -
YUV 140.72 152.99 49.74 -
System Red Green Blue C M Y K H S L
Decimal 31 188 185 0.84 0 0.02 0.26 178.85 0.72 0.43
Hex 1F BC B9 54 0 2 1A B3 48 2B
Octal 37 274 271 124 0 2 32 263 110 53
Binary 11111 10111100 10111001 1010100 0 10 11010 10110011 1001000 101011

Color Harmonies of #1FBCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBCB9

Black with #1FBCB9

Text Example


Text Example

White with #1FBCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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