#38C3AD

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

Shades of Shamrock #38C3AD

Tints of Shamrock #38C3AD

Color information

#38C3AD (or 0x38C3AD) is unknown color: approx Shamrock. HEX triplet: 38, C3 and AD. RGB value is (56,195,173). Sum of RGB (Red+Green+Blue) = 56+195+173=424 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.21% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #38C3AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C3AD is #C73C52. Grayscale: #969696. Windows color (decimal): -13057107 or 11387704. OLE color: 11387704.

HSL color Cylindrical-coordinate representation of color #38C3AD: hue angle of 170.5º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C3AD is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB56195173-
CMYK0.7100.110.24
HSL170.5º55.38%49.22%-
HSV(B)170.5º71.28%76.47%-
XYZ28.6942.8946.3-
YUV150.93140.4560.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.21%
GREEN value IS 195 (76.56% from 255) = 45.99%
BLUE value IS 173 (67.97% from 255) = 40.80%
R=13.21%
G=45.99%
B=40.80%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal561951730.7100.110.24170.555.3849.22
Hex38C3AD470B18ab3731
Octal70303255107013302536761
Binary11100011000011101011011000111010111100010101011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,195,173); }

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

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

 a { background-color: rgb(56,195,173); }

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

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

 span { border-color: rgb(56,195,173); }

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