#38BB8A

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

Shades of Shamrock #38BB8A

Tints of Shamrock #38BB8A

Color information

#38BB8A (or 0x38BB8A) is unknown color: approx Shamrock. HEX triplet: 38, BB and 8A. RGB value is (56,187,138). Sum of RGB (Red+Green+Blue) = 56+187+138=381 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.70% from 381); Green value is 187 (73.44% from 255 or 49.08% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 187 - color contains mainly: green. Hex color #38BB8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BB8A is #C74475. Grayscale: #8E8E8E. Windows color (decimal): -13059190 or 9091896. OLE color: 9091896.

HSL color Cylindrical-coordinate representation of color #38BB8A: hue angle of 157.56º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BB8A is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB56187138-
CMYK0.7000.260.27
HSL157.56º53.91%47.65%-
HSV(B)157.56º70.05%73.33%-
XYZ23.9938.2230.16-
YUV142.24125.666.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.70%
GREEN value IS 187 (73.44% from 255) = 49.08%
BLUE value IS 138 (54.30% from 255) = 36.22%
R=14.70%
G=49.08%
B=36.22%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal561871380.7000.260.27157.5653.9147.65
Hex38BB8A4601A1B9e3630
Octal70273212106032332366660
Binary111000101110111000101010001100110101101110011110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,187,138); }

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

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

 a { background-color: rgb(56,187,138); }

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

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

 span { border-color: rgb(56,187,138); }

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