#38C7AA

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

Shades of Shamrock #38C7AA

Tints of Shamrock #38C7AA

Color information

#38C7AA (or 0x38C7AA) is unknown color: approx Shamrock. HEX triplet: 38, C7 and AA. RGB value is (56,199,170). Sum of RGB (Red+Green+Blue) = 56+199+170=425 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.18% from 425); Green value is 199 (78.12% from 255 or 46.82% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 199 - color contains mainly: green. Hex color #38C7AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C7AA is #C73855. Grayscale: #989898. Windows color (decimal): -13056086 or 11192120. OLE color: 11192120.

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

Color convert

RGB56199170-
CMYK0.7200.150.22
HSL167.83º56.08%50%-
HSV(B)167.83º71.86%78.04%-
XYZ29.3144.5945.09-
YUV152.94137.6258.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.18%
GREEN value IS 199 (78.12% from 255) = 46.82%
BLUE value IS 170 (66.80% from 255) = 40%
R=13.18%
G=46.82%
B=40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal561991700.7200.150.22167.8356.0850
Hex38C7AA480F16a83832
Octal70307252110017262507062
Binary11100011000111101010101001000011111011010101000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,199,170); }

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

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

 a { background-color: rgb(56,199,170); }

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

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

 span { border-color: rgb(56,199,170); }

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