Html Css Color HEX #1CCAA5 Shamrock

📋 copy color: '#1CCAA5'

red 28 ◦ green 202 ◦ blue 165

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

Shades of Shamrock #1CCAA5

Tints of Shamrock #1CCAA5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 51.14%

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

R = 7.09%
G = 51.14%
B = 41.77%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#1CCAA5 (or 0x1CCAA5) is known color: Shamrock. HEX triplet: 1C, CA and A5. RGB value is (28,202,165). Sum of RGB (Red+Green+Blue) = 28+202+165=395 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.09% from 395); Green value is 202 (79.30% from 255 or 51.14% from 395); Blue value is 165 (64.84% from 255 or 41.77% from 395); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCAA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCAA5 is #E3355A. Grayscale: #919191. Windows color (decimal): -14890331 or 10865180. OLE color: 10865180.

HSL color Cylindrical-coordinate representation of color #1CCAA5: hue angle of 167.24º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCAA5 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 28 202 165 -
CMYK 0.86 0 0.18 0.21
HSL 167.24º 0.76% 0.45% -
HSV(B) 167.24º 0.86% 0.79% -
XYZ 28.39 45.2 42.83 -
YUV 145.76 138.85 44.01 -
System Red Green Blue C M Y K H S L
Decimal 28 202 165 0.86 0 0.18 0.21 167.24 0.76 0.45
Hex 1C CA A5 56 0 12 15 A7 4C 2D
Octal 34 312 245 126 0 22 25 247 114 55
Binary 11100 11001010 10100101 1010110 0 10010 10101 10100111 1001100 101101

Color Harmonies of #1CCAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCAA5

Black with #1CCAA5

Text Example


Text Example

White with #1CCAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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