#38C6AE

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

Shades of Shamrock #38C6AE

Tints of Shamrock #38C6AE

Color information

#38C6AE (or 0x38C6AE) is unknown color: approx Shamrock. HEX triplet: 38, C6 and AE. RGB value is (56,198,174). Sum of RGB (Red+Green+Blue) = 56+198+174=428 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.08% from 428); Green value is 198 (77.73% from 255 or 46.26% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 198 - color contains mainly: green. Hex color #38C6AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C6AE is #C73951. Grayscale: #989898. Windows color (decimal): -13056338 or 11454008. OLE color: 11454008.

HSL color Cylindrical-coordinate representation of color #38C6AE: hue angle of 169.86º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C6AE is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB56198174-
CMYK0.7200.120.22
HSL169.86º55.91%49.8%-
HSV(B)169.86º71.72%77.65%-
XYZ29.4644.2847.04-
YUV152.81139.9658.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.08%
GREEN value IS 198 (77.73% from 255) = 46.26%
BLUE value IS 174 (68.36% from 255) = 40.65%
R=13.08%
G=46.26%
B=40.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal561981740.7200.120.22169.8655.9149.8
Hex38C6AE480C16aa3832
Octal70306256110014262527062
Binary11100011000110101011101001000011001011010101010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,198,174); }

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

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

 a { background-color: rgb(56,198,174); }

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

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

 span { border-color: rgb(56,198,174); }

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