#38BBA1

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

Shades of Shamrock #38BBA1

Tints of Shamrock #38BBA1

Color information

#38BBA1 (or 0x38BBA1) is unknown color: approx Shamrock. HEX triplet: 38, BB and A1. RGB value is (56,187,161). Sum of RGB (Red+Green+Blue) = 56+187+161=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 161 (63.28% from 255 or 39.85% from 404); Max value from RGB is 187 - color contains mainly: green. Hex color #38BBA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BBA1 is #C7445E. Grayscale: #909090. Windows color (decimal): -13059167 or 10599224. OLE color: 10599224.

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

Color convert

RGB56187161-
CMYK0.7000.140.27
HSL168.09º53.91%47.65%-
HSV(B)168.09º70.05%73.33%-
XYZ25.8338.9539.88-
YUV144.87137.164.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.86%
GREEN value IS 187 (73.44% from 255) = 46.29%
BLUE value IS 161 (63.28% from 255) = 39.85%
R=13.86%
G=46.29%
B=39.85%

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
Decimal561871610.7000.140.27168.0953.9147.65
Hex38BBA1460E1Ba83630
Octal70273241106016332506660
Binary11100010111011101000011000110011101101110101000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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