#38F9AA

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

Shades of Shamrock #38F9AA

Tints of Shamrock #38F9AA

Color information

#38F9AA (or 0x38F9AA) is unknown color: approx Shamrock. HEX triplet: 38, F9 and AA. RGB value is (56,249,170). Sum of RGB (Red+Green+Blue) = 56+249+170=475 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.79% from 475); Green value is 249 (97.66% from 255 or 52.42% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 249 - color contains mainly: green. Hex color #38F9AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38F9AA is #C70655. Grayscale: #B6B6B6. Windows color (decimal): -13043286 or 11204920. OLE color: 11204920.

HSL color Cylindrical-coordinate representation of color #38F9AA: hue angle of 155.44º 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 #38F9AA is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB56249170-
CMYK0.7800.320.02
HSL155.44º94.15%59.8%-
HSV(B)155.44º77.51%97.65%-
XYZ42.7671.4949.58-
YUV182.29121.0637.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.79%
GREEN value IS 249 (97.66% from 255) = 52.42%
BLUE value IS 170 (66.80% from 255) = 35.79%
R=11.79%
G=52.42%
B=35.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal562491700.7800.320.02155.4494.1559.8
Hex38F9AA4E02029b5e3c
Octal70371252116040223313674
Binary11100011111001101010101001110010000010100110111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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