#38B8A1

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

Shades of Shamrock #38B8A1

Tints of Shamrock #38B8A1

Color information

#38B8A1 (or 0x38B8A1) is unknown color: approx Shamrock. HEX triplet: 38, B8 and A1. RGB value is (56,184,161). Sum of RGB (Red+Green+Blue) = 56+184+161=401 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.97% from 401); Green value is 184 (72.27% from 255 or 45.89% from 401); Blue value is 161 (63.28% from 255 or 40.15% from 401); Max value from RGB is 184 - color contains mainly: green. Hex color #38B8A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B8A1 is #C7475E. Grayscale: #8F8F8F. Windows color (decimal): -13059935 or 10598456. OLE color: 10598456.

HSL color Cylindrical-coordinate representation of color #38B8A1: hue angle of 169.22º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38B8A1 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB56184161-
CMYK0.7000.120.28
HSL169.22º53.33%47.06%-
HSV(B)169.22º69.57%72.16%-
XYZ25.237.6939.67-
YUV143.11138.0965.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.97%
GREEN value IS 184 (72.27% from 255) = 45.89%
BLUE value IS 161 (63.28% from 255) = 40.15%
R=13.97%
G=45.89%
B=40.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal561841610.7000.120.28169.2253.3347.06
Hex38B8A1460C1Ca9352f
Octal70270241106014342516557
Binary11100010111000101000011000110011001110010101001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,184,161); }

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

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

 a { background-color: rgb(56,184,161); }

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

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

 span { border-color: rgb(56,184,161); }

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