#38BBA0

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

Shades of Shamrock #38BBA0

Tints of Shamrock #38BBA0

Color information

#38BBA0 (or 0x38BBA0) is unknown color: approx Shamrock. HEX triplet: 38, BB and A0. RGB value is (56,187,160). Sum of RGB (Red+Green+Blue) = 56+187+160=403 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.90% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 187 - color contains mainly: green. Hex color #38BBA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BBA0 is #C7445F. Grayscale: #909090. Windows color (decimal): -13059168 or 10533688. OLE color: 10533688.

HSL color Cylindrical-coordinate representation of color #38BBA0: hue angle of 167.63º 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 #38BBA0 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB56187160-
CMYK0.7000.140.27
HSL167.63º53.91%47.65%-
HSV(B)167.63º70.05%73.33%-
XYZ25.7538.9239.41-
YUV144.75136.664.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.90%
GREEN value IS 187 (73.44% from 255) = 46.40%
BLUE value IS 160 (62.89% from 255) = 39.70%
R=13.90%
G=46.40%
B=39.70%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal561871600.7000.140.27167.6353.9147.65
Hex38BBA0460E1Ba83630
Octal70273240106016332506660
Binary11100010111011101000001000110011101101110101000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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