#38BAA2

Color #38BAA2 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #38BAA2

Tints of Shamrock #38BAA2

Color information

#38BAA2 (or 0x38BAA2) is unknown color: approx Shamrock. HEX triplet: 38, BA and A2. RGB value is (56,186,162). Sum of RGB (Red+Green+Blue) = 56+186+162=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #38BAA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BAA2 is #C7455D. Grayscale: #909090. Windows color (decimal): -13059422 or 10664504. OLE color: 10664504.

HSL color Cylindrical-coordinate representation of color #38BAA2: hue angle of 168.92º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BAA2 is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB56186162-
CMYK0.7000.130.27
HSL168.92º53.72%47.45%-
HSV(B)168.92º69.89%72.94%-
XYZ25.7138.5740.27-
YUV144.39137.9364.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.86%
GREEN value IS 186 (73.05% from 255) = 46.04%
BLUE value IS 162 (63.67% from 255) = 40.10%
R=13.86%
G=46.04%
B=40.10%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal561861620.7000.130.27168.9253.7247.45
Hex38BAA2460D1Ba9362f
Octal70272242106015332516657
Binary11100010111010101000101000110011011101110101001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38BAA2; }

 p { color: rgb(56,186,162); }

 H1.HeaderClassName
 {
   color: #38BAA2;
 }
 .AnyTagClassName
 {
   color: #38BAA2;
 }
</style>
background-color css

<style>
 a { background-color: #38BAA2; }

 a { background-color: rgb(56,186,162); }

 div.DivClassName
 {
   background-color: #38BAA2;
 }
 .BgClassName
 {
   background-color: #38BAA2;
 }
</style>
border-color css

<style>
 span { border-color: #38BAA2; }

 span { border-color: rgb(56,186,162); }

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