Html Css Color HEX #1CCEA4 Shamrock

📋 copy color: '#1CCEA4'

red 28 ◦ green 206 ◦ blue 164

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

Shades of Shamrock #1CCEA4

Tints of Shamrock #1CCEA4

RGB

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

 GREEN value IS 206 (80.86% from 255) = 51.76%

 BLUE value IS 164 (64.45% from 255) = 41.21%

R = 7.04%
G = 51.76%
B = 41.21%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#1CCEA4 (or 0x1CCEA4) is known color: Shamrock. HEX triplet: 1C, CE and A4. RGB value is (28,206,164). Sum of RGB (Red+Green+Blue) = 28+206+164=398 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.04% from 398); Green value is 206 (80.86% from 255 or 51.76% from 398); Blue value is 164 (64.45% from 255 or 41.21% from 398); Max value from RGB is 206 - color contains mainly: green. Hex color #1CCEA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCEA4 is #E3315B. Grayscale: #939393. Windows color (decimal): -14889308 or 10800668. OLE color: 10800668.

HSL color Cylindrical-coordinate representation of color #1CCEA4: hue angle of 165.84º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCEA4 is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 28 206 164 -
CMYK 0.86 0 0.20 0.19
HSL 165.84º 0.76% 0.46% -
HSV(B) 165.84º 0.86% 0.81% -
XYZ 29.25 47.07 42.67 -
YUV 147.99 137.03 42.42 -
System Red Green Blue C M Y K H S L
Decimal 28 206 164 0.86 0 0.20 0.19 165.84 0.76 0.46
Hex 1C CE A4 56 0 14 13 A6 4C 2E
Octal 34 316 244 126 0 24 23 246 114 56
Binary 11100 11001110 10100100 1010110 0 10100 10011 10100110 1001100 101110

Color Harmonies of #1CCEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCEA4

Black with #1CCEA4

Text Example


Text Example

White with #1CCEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,206,164); }

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

background-color css

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

 a { background-color: rgb(28,206,164); }

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

border-color css

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

 span { border-color: rgb(28,206,164); }

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