Html Css Color HEX #1CC6AF Light Sea Green

📋 copy color: '#1CC6AF'

red 28 ◦ green 198 ◦ blue 175

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

Shades of Light Sea Green #1CC6AF

Tints of Light Sea Green #1CC6AF

RGB

 RED value IS 28 (11.33% from 255) = 6.98%

 GREEN value IS 198 (77.73% from 255) = 49.38%

 BLUE value IS 175 (68.75% from 255) = 43.64%

R = 6.98%
G = 49.38%
B = 43.64%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#1CC6AF (or 0x1CC6AF) is known color: Light Sea Green. HEX triplet: 1C, C6 and AF. RGB value is (28,198,175). Sum of RGB (Red+Green+Blue) = 28+198+175=401 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.98% from 401); Green value is 198 (77.73% from 255 or 49.38% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 198 - color contains mainly: green. Hex color #1CC6AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC6AF is #E33950. Grayscale: #909090. Windows color (decimal): -14891345 or 11519516. OLE color: 11519516.

HSL color Cylindrical-coordinate representation of color #1CC6AF: hue angle of 171.88º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC6AF is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 28 198 175 -
CMYK 0.86 0 0.12 0.22
HSL 171.88º 0.75% 0.44% -
HSV(B) 171.88º 0.86% 0.78% -
XYZ 28.41 43.73 47.5 -
YUV 144.55 145.18 44.87 -
System Red Green Blue C M Y K H S L
Decimal 28 198 175 0.86 0 0.12 0.22 171.88 0.75 0.44
Hex 1C C6 AF 56 0 C 16 AC 4B 2C
Octal 34 306 257 126 0 14 26 254 113 54
Binary 11100 11000110 10101111 1010110 0 1100 10110 10101100 1001011 101100

Color Harmonies of #1CC6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC6AF

Black with #1CC6AF

Text Example


Text Example

White with #1CC6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,198,175); }

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

background-color css

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

 a { background-color: rgb(28,198,175); }

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

border-color css

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

 span { border-color: rgb(28,198,175); }

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