#38C6B2

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

Shades of Shamrock #38C6B2

Tints of Shamrock #38C6B2

Color information

#38C6B2 (or 0x38C6B2) is unknown color: approx Shamrock. HEX triplet: 38, C6 and B2. RGB value is (56,198,178). Sum of RGB (Red+Green+Blue) = 56+198+178=432 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.96% from 432); Green value is 198 (77.73% from 255 or 45.83% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 198 - color contains mainly: green. Hex color #38C6B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C6B2 is #C7394D. Grayscale: #999999. Windows color (decimal): -13056334 or 11716152. OLE color: 11716152.

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

Color convert

RGB56198178-
CMYK0.7200.100.22
HSL171.55º55.91%49.8%-
HSV(B)171.55º71.72%77.65%-
XYZ29.8644.4449.12-
YUV153.26141.9658.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.96%
GREEN value IS 198 (77.73% from 255) = 45.83%
BLUE value IS 178 (69.92% from 255) = 41.20%
R=12.96%
G=45.83%
B=41.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal561981780.7200.100.22171.5555.9149.8
Hex38C6B2480A16ac3832
Octal70306262110012262547062
Binary11100011000110101100101001000010101011010101100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,198,178); }

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

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

 a { background-color: rgb(56,198,178); }

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

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

 span { border-color: rgb(56,198,178); }

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