#38C6A0

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

Shades of Shamrock #38C6A0

Tints of Shamrock #38C6A0

Color information

#38C6A0 (or 0x38C6A0) is unknown color: approx Shamrock. HEX triplet: 38, C6 and A0. RGB value is (56,198,160). Sum of RGB (Red+Green+Blue) = 56+198+160=414 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.53% from 414); Green value is 198 (77.73% from 255 or 47.83% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 198 - color contains mainly: green. Hex color #38C6A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C6A0 is #C7395F. Grayscale: #979797. Windows color (decimal): -13056352 or 10536504. OLE color: 10536504.

HSL color Cylindrical-coordinate representation of color #38C6A0: hue angle of 163.94º 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 #38C6A0 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB56198160-
CMYK0.7200.190.22
HSL163.94º55.91%49.8%-
HSV(B)163.94º71.72%77.65%-
XYZ28.1743.7740.22-
YUV151.21132.9660.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.53%
GREEN value IS 198 (77.73% from 255) = 47.83%
BLUE value IS 160 (62.89% from 255) = 38.65%
R=13.53%
G=47.83%
B=38.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal561981600.7200.190.22163.9455.9149.8
Hex38C6A04801316a43832
Octal70306240110023262447062
Binary111000110001101010000010010000100111011010100100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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