#38C5B1

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

Shades of Shamrock #38C5B1

Tints of Shamrock #38C5B1

Color information

#38C5B1 (or 0x38C5B1) is unknown color: approx Shamrock. HEX triplet: 38, C5 and B1. RGB value is (56,197,177). Sum of RGB (Red+Green+Blue) = 56+197+177=430 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.02% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 197 - color contains mainly: green. Hex color #38C5B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C5B1 is #C73A4E. Grayscale: #989898. Windows color (decimal): -13056591 or 11650360. OLE color: 11650360.

HSL color Cylindrical-coordinate representation of color #38C5B1: hue angle of 171.49º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C5B1 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB56197177-
CMYK0.7200.100.23
HSL171.49º55.73%49.61%-
HSV(B)171.49º71.57%77.25%-
XYZ29.5343.9548.52-
YUV152.56141.7959.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.02%
GREEN value IS 197 (77.34% from 255) = 45.81%
BLUE value IS 177 (69.53% from 255) = 41.16%
R=13.02%
G=45.81%
B=41.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal561971770.7200.100.23171.4955.7349.61
Hex38C5B1480A17ab3832
Octal70305261110012272537062
Binary11100011000101101100011001000010101011110101011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,197,177); }

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

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

 a { background-color: rgb(56,197,177); }

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

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

 span { border-color: rgb(56,197,177); }

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