Html Css Color HEX #1CCEA5 Shamrock

📋 copy color: '#1CCEA5'

red 28 ◦ green 206 ◦ blue 165

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

Shades of Shamrock #1CCEA5

Tints of Shamrock #1CCEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.35%

R = 7.02%
G = 51.63%
B = 41.35%

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

#1CCEA5 (or 0x1CCEA5) is known color: Shamrock. HEX triplet: 1C, CE and A5. RGB value is (28,206,165). Sum of RGB (Red+Green+Blue) = 28+206+165=399 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.02% from 399); Green value is 206 (80.86% from 255 or 51.63% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 206 - color contains mainly: green. Hex color #1CCEA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCEA5 is #E3315A. Grayscale: #949494. Windows color (decimal): -14889307 or 10866204. OLE color: 10866204.

HSL color Cylindrical-coordinate representation of color #1CCEA5: hue angle of 166.18º 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 #1CCEA5 is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 28 206 165 -
CMYK 0.86 0 0.20 0.19
HSL 166.18º 0.76% 0.46% -
HSV(B) 166.18º 0.86% 0.81% -
XYZ 29.34 47.11 43.14 -
YUV 148.1 137.53 42.33 -
System Red Green Blue C M Y K H S L
Decimal 28 206 165 0.86 0 0.20 0.19 166.18 0.76 0.46
Hex 1C CE A5 56 0 14 13 A6 4C 2E
Octal 34 316 245 126 0 24 23 246 114 56
Binary 11100 11001110 10100101 1010110 0 10100 10011 10100110 1001100 101110

Color Harmonies of #1CCEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCEA5

Black with #1CCEA5

Text Example


Text Example

White with #1CCEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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