#38CFA4

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

Shades of Shamrock #38CFA4

Tints of Shamrock #38CFA4

Color information

#38CFA4 (or 0x38CFA4) is unknown color: approx Shamrock. HEX triplet: 38, CF and A4. RGB value is (56,207,164). Sum of RGB (Red+Green+Blue) = 56+207+164=427 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.11% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 164 (64.45% from 255 or 38.41% from 427); Max value from RGB is 207 - color contains mainly: green. Hex color #38CFA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38CFA4 is #C7305B. Grayscale: #9C9C9C. Windows color (decimal): -13054044 or 10800952. OLE color: 10800952.

HSL color Cylindrical-coordinate representation of color #38CFA4: hue angle of 162.91º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CFA4 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB56207164-
CMYK0.7300.210.19
HSL162.91º61.13%51.57%-
HSV(B)162.91º72.95%81.18%-
XYZ30.6448.1542.8-
YUV156.95131.9756-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.11%
GREEN value IS 207 (81.25% from 255) = 48.48%
BLUE value IS 164 (64.45% from 255) = 38.41%
R=13.11%
G=48.48%
B=38.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal562071640.7300.210.19162.9161.1351.57
Hex38CFA44901513a33d34
Octal70317244111025232437564
Binary111000110011111010010010010010101011001110100011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38CFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,207,164); }

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

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

 a { background-color: rgb(56,207,164); }

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

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

 span { border-color: rgb(56,207,164); }

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