Html Css Color HEX #1FACBB Light Sea Green

📋 copy color: '#1FACBB'

red 31 ◦ green 172 ◦ blue 187

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

Shades of Light Sea Green #1FACBB

Tints of Light Sea Green #1FACBB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.1%

 BLUE value IS 187 (73.44% from 255) = 47.95%

R = 7.95%
G = 44.1%
B = 47.95%

CMYK

 C value IS 0.83

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1FACBB (or 0x1FACBB) is known color: Light Sea Green. HEX triplet: 1F, AC and BB. RGB value is (31,172,187). Sum of RGB (Red+Green+Blue) = 31+172+187=390 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.95% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #1FACBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FACBB is #E05344. Grayscale: #838383. Windows color (decimal): -14701381 or 12299295. OLE color: 12299295.

HSL color Cylindrical-coordinate representation of color #1FACBB: hue angle of 185.77º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FACBB is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 31 172 187 -
CMYK 0.83 0.08 0 0.27
HSL 185.77º 0.72% 0.43% -
HSV(B) 185.77º 0.83% 0.73% -
XYZ 24.29 33.38 52.18 -
YUV 131.55 159.29 56.28 -
System Red Green Blue C M Y K H S L
Decimal 31 172 187 0.83 0.08 0 0.27 185.77 0.72 0.43
Hex 1F AC BB 53 8 0 1B BA 48 2B
Octal 37 254 273 123 10 0 33 272 110 53
Binary 11111 10101100 10111011 1010011 1000 0 11011 10111010 1001000 101011

Color Harmonies of #1FACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FACBB

Black with #1FACBB

Text Example


Text Example

White with #1FACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,172,187); }

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

background-color css

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

 a { background-color: rgb(31,172,187); }

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

border-color css

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

 span { border-color: rgb(31,172,187); }

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