#38CA8B

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

Shades of Shamrock #38CA8B

Tints of Shamrock #38CA8B

Color information

#38CA8B (or 0x38CA8B) is unknown color: approx Shamrock. HEX triplet: 38, CA and 8B. RGB value is (56,202,139). Sum of RGB (Red+Green+Blue) = 56+202+139=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #38CA8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38CA8B is #C73574. Grayscale: #979797. Windows color (decimal): -13055349 or 9161272. OLE color: 9161272.

HSL color Cylindrical-coordinate representation of color #38CA8B: hue angle of 154.11º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38CA8B is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB56202139-
CMYK0.7200.310.21
HSL154.11º57.94%50.59%-
HSV(B)154.11º72.28%79.22%-
XYZ27.4144.9531.66-
YUV151.16121.1360.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.11%
GREEN value IS 202 (79.30% from 255) = 50.88%
BLUE value IS 139 (54.69% from 255) = 35.01%
R=14.11%
G=50.88%
B=35.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal562021390.7200.310.21154.1157.9450.59
Hex38CA8B4801F159a3a33
Octal70312213110037252327263
Binary111000110010101000101110010000111111010110011010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38CA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,202,139); }

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

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

 a { background-color: rgb(56,202,139); }

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

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

 span { border-color: rgb(56,202,139); }

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