#38BFA5

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

Shades of Shamrock #38BFA5

Tints of Shamrock #38BFA5

Color information

#38BFA5 (or 0x38BFA5) is unknown color: approx Shamrock. HEX triplet: 38, BF and A5. RGB value is (56,191,165). Sum of RGB (Red+Green+Blue) = 56+191+165=412 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.59% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 191 - color contains mainly: green. Hex color #38BFA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BFA5 is #C7405A. Grayscale: #939393. Windows color (decimal): -13058139 or 10862392. OLE color: 10862392.

HSL color Cylindrical-coordinate representation of color #38BFA5: hue angle of 168.44º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38BFA5 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB56191165-
CMYK0.7100.140.25
HSL168.44º54.66%48.43%-
HSV(B)168.44º70.68%74.9%-
XYZ27.0540.8242.05-
YUV147.67137.7762.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.59%
GREEN value IS 191 (75% from 255) = 46.36%
BLUE value IS 165 (64.84% from 255) = 40.05%
R=13.59%
G=46.36%
B=40.05%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal561911650.7100.140.25168.4454.6648.43
Hex38BFA5470E19a83730
Octal70277245107016312506760
Binary11100010111111101001011000111011101100110101000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,191,165); }

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

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

 a { background-color: rgb(56,191,165); }

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

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

 span { border-color: rgb(56,191,165); }

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