#38C5A0

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

Shades of Shamrock #38C5A0

Tints of Shamrock #38C5A0

Color information

#38C5A0 (or 0x38C5A0) is unknown color: approx Shamrock. HEX triplet: 38, C5 and A0. RGB value is (56,197,160). Sum of RGB (Red+Green+Blue) = 56+197+160=413 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.56% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 197 - color contains mainly: green. Hex color #38C5A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C5A0 is #C73A5F. Grayscale: #969696. Windows color (decimal): -13056608 or 10536248. OLE color: 10536248.

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

Color convert

RGB56197160-
CMYK0.7200.190.23
HSL164.26º55.73%49.61%-
HSV(B)164.26º71.57%77.25%-
XYZ27.9443.3140.14-
YUV150.62133.2960.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.56%
GREEN value IS 197 (77.34% from 255) = 47.70%
BLUE value IS 160 (62.89% from 255) = 38.74%
R=13.56%
G=47.70%
B=38.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal561971600.7200.190.23164.2655.7349.61
Hex38C5A04801317a43832
Octal70305240110023272447062
Binary111000110001011010000010010000100111011110100100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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