#38F9A6

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

Shades of Shamrock #38F9A6

Tints of Shamrock #38F9A6

Color information

#38F9A6 (or 0x38F9A6) is unknown color: approx Shamrock. HEX triplet: 38, F9 and A6. RGB value is (56,249,166). Sum of RGB (Red+Green+Blue) = 56+249+166=471 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.89% from 471); Green value is 249 (97.66% from 255 or 52.87% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 249 - color contains mainly: green. Hex color #38F9A6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38F9A6 is #C70659. Grayscale: #B5B5B5. Windows color (decimal): -13043290 or 10942776. OLE color: 10942776.

HSL color Cylindrical-coordinate representation of color #38F9A6: hue angle of 154.2º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38F9A6 is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB56249166-
CMYK0.7800.330.02
HSL154.2º94.15%59.8%-
HSV(B)154.2º77.51%97.65%-
XYZ42.3971.3547.61-
YUV181.83119.0638.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.89%
GREEN value IS 249 (97.66% from 255) = 52.87%
BLUE value IS 166 (65.23% from 255) = 35.24%
R=11.89%
G=52.87%
B=35.24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal562491660.7800.330.02154.294.1559.8
Hex38F9A64E02129a5e3c
Octal70371246116041223213674
Binary11100011111001101001101001110010000110100110101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F9A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,249,166); }

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

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

 a { background-color: rgb(56,249,166); }

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

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

 span { border-color: rgb(56,249,166); }

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