Html Css Color HEX #1CB6AC Light Sea Green

📋 copy color: '#1CB6AC'

red 28 ◦ green 182 ◦ blue 172

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

Shades of Light Sea Green #1CB6AC

Tints of Light Sea Green #1CB6AC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.64%

 BLUE value IS 172 (67.58% from 255) = 45.03%

R = 7.33%
G = 47.64%
B = 45.03%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#1CB6AC (or 0x1CB6AC) is known color: Light Sea Green. HEX triplet: 1C, B6 and AC. RGB value is (28,182,172). Sum of RGB (Red+Green+Blue) = 28+182+172=382 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.33% from 382); Green value is 182 (71.48% from 255 or 47.64% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 182 - color contains mainly: green. Hex color #1CB6AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB6AC is #E34953. Grayscale: #868686. Windows color (decimal): -14895444 or 11318812. OLE color: 11318812.

HSL color Cylindrical-coordinate representation of color #1CB6AC: hue angle of 176.1º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB6AC is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 28 182 172 -
CMYK 0.85 0 0.05 0.29
HSL 176.1º 0.73% 0.41% -
HSV(B) 176.1º 0.85% 0.71% -
XYZ 24.65 36.68 44.81 -
YUV 134.81 148.98 51.81 -
System Red Green Blue C M Y K H S L
Decimal 28 182 172 0.85 0 0.05 0.29 176.1 0.73 0.41
Hex 1C B6 AC 55 0 5 1D B0 49 29
Octal 34 266 254 125 0 5 35 260 111 51
Binary 11100 10110110 10101100 1010101 0 101 11101 10110000 1001001 101001

Color Harmonies of #1CB6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB6AC

Black with #1CB6AC

Text Example


Text Example

White with #1CB6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,182,172); }

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

background-color css

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

 a { background-color: rgb(28,182,172); }

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

border-color css

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

 span { border-color: rgb(28,182,172); }

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